1.1.0 • Published 6 years ago
csv-to-json-lebeduha v1.1.0
Csv to json parser
Install as a global tool
- npm install -g csv-to-json-lebeduha
- csv-to-json-lebeduha options
Usage as a command line tool
- git clone https://github.com/lebeduhaa/csv-to-json.git
- cd cvs-to-json
- npm link
- csvToJson options
Common usage
- git clone https://github.com/lebeduhaa/csv-to-json.git
- cd cvs-to-json
- npm rum start options
Options
- --sourceFile
- --resultFile
- --separator
Examples
- csvToJson --sourceFile ".\for-testing\qwe.csv" --resultFile "qwe.json"
- csvToJson --sourceFile ".\for-testing\star-wars.csv" --resultFile "star-wars.json" --separator "/"
- csvToJson --sourceFile ".\for-testing\test.csv" --resultFile "test.json"
Conclusion
Using windows task manager I checked and detected that max memory usage was not more than 65mb.