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

Package detail

csvfyjson

phoenixtw13MIT1.0.1

Clean CSV to json converter

csv, json, csv-json-converter, converter, csvfyjson

readme

csvfyjson

This is a simple csv to json converter.

To run this, you need node version > 9.11

Install

npm install -g csvfyjson

Run

csvfyjson <CSV_FILE_PATH> <JSON_FILE_PATH>

Run using npx

npx csvfyjson <CSV_FILE_PATH> <JSON_FILE_PATH>