Hacker News new | ask | show | jobs
by jabo 1847 days ago
I recently heard about a tool called Miller that helps convert between JSON and CSV among other formats: https://github.com/johnkerl/miller

  mlr --c2j cat documents.csv > documents.jsonl
Converts a CSV file to a JSONL file