Convert a CSV file to a variety of data formats.
Usage:
xan to [<format>] [options] [<input>]
xan to --help
Supported formats:
json - JSON array or object
ndjson - Newline-delimited JSON
jsonl - Newline-delimited JSON
xlsx - Excel spreasheet
JSON options:
--nulls Convert empty string to a null value.
--omit Ignore the empty values.
Common options:
-h, --help Display this message
-o, --output <file> Write output to <file> instead of stdout.