csv-to-json-by-tataritsky

1.0.7 • Public • Published

csv-to-json-by-tataritsky

Installation and Usage

  1. You can install csv-to-json-by-tataritsky using npm:
npm install csv-to-json-by-tataritsky --save
  1. Add to your package.json scripts section script like this:
"csvToJson ": "csv-to-json-by-tataritsky"
  1. Now you can use this package from command line:
npm run csvToJson --sourceFile test.csv --resultFile result.json --separator "," 

Where:

  • "sourceFile" - path to the csv file that need to be converted.
  • "resultFile" - path to the result json file.
  • "separator" - separator that is used while converting.

Readme

Keywords

none

Package Sidebar

Install

npm i csv-to-json-by-tataritsky

Weekly Downloads

1

Version

1.0.7

License

ISC

Unpacked Size

8.58 kB

Total Files

7

Last publish

Collaborators

  • vladislaw_tataritsky