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)NAMEstag-join - joins two stag files together based around common keySYNOPSISstag-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.itextDESCRIPTIONPerforms a relational-style INNER JOIN between two stag trees; this effectively merges two files together, based on some kind of ID in the fileARGUMENTS-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 moduleLIMITATIONScurrently not event based, so may not be memory efficicent. could be easily rewritten to be event basedSEE ALSOData::Stag This script is a wrapper for the method Data::Stag->ijoin() perl v5.10.0 2008-12-23 STAG-JOIN(1p)