dsv2json [options…] [file]
Converts the specified DSV input file to JSON. If file is not specified, defaults to reading from stdin. For example, to convert to CSV to JSON:
csv2json < example.csv > example.json
Or to convert CSV to a newline-delimited JSON stream:
csv2json -n < example.csv > example.ndjson
Please login to continue.