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)