Rechercher une page de manuel
stag-join.pl
Langue: en
Version: 2004-02-02 (fedora - 04/07/09)
Section: 1 (Commandes utilisateur)
NAME
stag-join.pl - joins two stag files together based around common keySYNOPSIS
stag-join.pl -w xml country/city_id=capital/capital_id countries.xml capitals.xml stag-join.pl -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 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 module
LIMITATIONS
currently not event based, so may not be memory efficicent. could be easily rewritten to be event basedSEE ALSO
Data::StagThis script is a wrapper for the method
Data::Stag->ijoin()
POD ERRORS
Hey! The above document had some coding errors, which are explained below:- Around line 108:
- '=item' outside of any '=over'
- Around line 118:
- You forgot a '=back' before '=head1'
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre