1STAG-JOIN(1)          User Contributed Perl Documentation         STAG-JOIN(1)
2
3
4

NAME

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

SYNOPSIS

9         stag-join  -w xml country/city_id=capital/capital_id countries.xml capitals.xml
10
11         stag-join  -w itext gene/tax_id=species/tax_id genedb.itext speciesdb.itext
12

DESCRIPTION

14       Performs a relational-style INNER JOIN between two stag trees; this
15       effectively merges two files together, based on some kind of ID in the
16       file
17

ARGUMENTS

19       -p|parser FORMAT
20           FORMAT is one of xml, sxpr or itext, or the name of a perl module
21
22           xml assumed as default
23
24       -w|writer FORMAT
25           FORMAT is one of xml, sxpr or itext, or the name of a perl module
26

LIMITATIONS

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

SEE ALSO

32       Data::Stag
33
34       This script is a wrapper for the method
35
36         Data::Stag->ijoin()
37

POD ERRORS

39       Hey! The above document had some coding errors, which are explained
40       below:
41
42       Around line 108:
43           '=item' outside of any '=over'
44
45       Around line 118:
46           You forgot a '=back' before '=head1'
47
48
49
50perl v5.30.1                      2020-01-29                      STAG-JOIN(1)
Impressum