Photo by Paul Esch-Laurent / Unsplash

Csv to Json

Shell May 12, 2022
# Install requirements
brew install jq && npm i -g csvtojson

# Convert the csv and save it as json
csvtojson ./myCsv.csv | jq . > myJson.json

Tags

Frank Schmidt

Software Dev @ REDspace