Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

csv-json-transform

mirkok12BSD0.0.2

transform csv to json

readme

csv2json

Node.js utility script to convert csv files to json.

You can pass in array columns which will be split at commas.

cat test/input.csv | node index.js -a 'regions' > test.json