table of contents
other versions
T2X(1) | NCBI Entrez Direct User's Manual | T2X(1) |
NAME¶
t2x - transform tabular data to XML
SYNOPSIS¶
t2x [-input filename] [-output filename] [-set tag] [-rec tag] [-skip N] [-timer] [-help]
DESCRIPTION¶
t2x reads tabular data from standard input or a specified file, transforms it to XML with optional formal changes to set and record tags, and writes the result to standard output or a specified file.
OPTIONS¶
Data Files¶
- -input filename
- Read JSON from filename instead of standard input.
- -output filename
- Write XML to filename instead of standard output.
Parent Object Names¶
Ignore Heading Line¶
- -skip N
- Lines to skip.
Performance Measurement¶
- -timer
- Report processing duration and rate.
Documentation¶
- -help
- Print usage information, complete with an example pipeline.
SEE ALSO¶
efetch(1), enquire(1), j2x(1), nquire(1), transmute(1), xtract(1).
2020-06-28 | NCBI |