Re: [dev] json2tsv 1.0 release - a tool to convert JSON to TSV
Hiltjo, looks nice. here's my mini-effort; the jsonifycsv bit. https://sr.ht/~minshall/csvedepli/ at the least, i should cross-advertise. cheers, Greg
[dev] json2tsv 1.0 release - a tool to convert JSON to TSV
Hi all, I would like to share the 1.0 release of my project json2tsv. json2tsv is a tool to convert JSON to TSV. json2tsv reads JSON data from stdin. It outputs each JSON type to a TAB- Separated Value format per line by default. A different field and record separator can be set (than a TAB and