debian man page for stag-join

Query: stag-join

OS: debian

Section: 1p

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STAG-JOIN(1p)						User Contributed Perl Documentation					     STAG-JOIN(1p)

NAME
stag-join - joins two stag files together based around common key
SYNOPSIS
stag-join -w xml country/city_id=capital/capital_id countries.xml capitals.xml stag-join -w itext gene/tax_id=species/tax_id genedb.itext speciesdb.itext
DESCRIPTION
Performs a relational-style INNER JOIN between two stag trees; this effectively merges two files together, based on some kind of ID in the file
ARGUMENTS
-p|parser FORMAT FORMAT is one of xml, sxpr or itext, or the name of a perl module xml assumed as default -w|writer FORMAT FORMAT is one of xml, sxpr or itext, or the name of a perl module
LIMITATIONS
currently not event based, so may not be memory efficicent. could be easily rewritten to be event based
SEE ALSO
Data::Stag This script is a wrapper for the method Data::Stag->ijoin() perl v5.10.0 2008-12-23 STAG-JOIN(1p)
Related Man Pages
stag-flatten(1p) - debian
stag-grep(1p) - debian
stag-parse(1p) - debian
stag-storenode(1p) - debian
data::stag::hashdb(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?