Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 572 Bytes

to.md

File metadata and controls

24 lines (19 loc) · 572 Bytes

xan to

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.