|
NAMEstag-flatten - turns stag data into a flat table SYNOPSISstag-flatten -c name -c person/name dept MyFile.xml DESCRIPTIONreads in a file in a stag format, and 'flattens' it to a tab-delimited table format. given this data: (company
(dept
(name "special-operations")
(person
(name "james-bond"))
(person
(name "fred"))))
the above command will return a two column table special-operations james-bond special-operations fred If there are multiple values for the columns within the node, then the cartesian product will be calculated USAGEstag-flatten [-p PARSER] [-c COLS] [-c COLS] NODE <file> ARGUMENTS
SEE ALSOData::Stag
|