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