1.0.7 • Published 4 years ago

csv-to-json-by-tataritsky v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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.
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago