This tool converts CSV files to Jsonl (new line separated json objects) output.
Note: that all values are interpreted as strings when reading the CSV file so all output will also be strings.
go get github.com/bboughton/csv2jsonl
csv2jsonl data.csv > data.jsonl