csv2j
v1.0.0
Published
CLI to convert CSV to JSON with number and boolean coercion.
Readme
csv2j
CLI to convert CSV to JSON with number and boolean coercion.
Install
From npm
npm install -g csv2jor, run without installing
npx csv2j -i employees.csvUsage
csv2j -i employees.csvOptions
-i, --input CSV input path
-o, --output JSON output path (defaults to input basename .json)
-d, --delim delimiter (default ",")
--version print the version
--help review help documentation
