logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stag-join - joins two stag files together based around common key

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

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

Limitations

       currently not event based, so may not be memory efficicent. could be easily rewritten to be event based

Name

       stag-join - joins two stag files together based around common key

See Also

       Data::Stag

       This script is a wrapper for the method

         Data::Stag->ijoin()

perl v5.34.0                                       2022-06-12                                      STAG-JOIN(1p)

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

See Also