Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 466 Bytes

File metadata and controls

18 lines (9 loc) · 466 Bytes

OpenFIDO to-csv pipeline

This pipeline converts the contents of the input to CSV output

INPUTS

List of input files to be converted. If input is omitted, input is read to /dev/stdin.

OUTPUTS

List of CSV output files. If output omitted, output is written to /dev/stdout.

OPTIONS

--json-<option>=<value>    JSON reader options (see pandas.read_json documentation)
--csv-<option>=<value>     CSV writer options (see pandas.DataFrame to_csv documentation)