1.0.0 • Published 5 years ago
csvmegaparser v1.0.0
csvToJsonParser
How to use?
Step 1: npm i csvmegaparser -g
Step 2: Type: "generate --resultfile(or --rs) {path to dir} --separator(-s, optional, ',' by default) {"separator"} to create a csv file
Step 3: Type "parse --sourcefile(--sf) {path to dir} --resultfile(--rf) {path to dir} --separator(-s,optional, ',' be default) {"separator"} to parse csv file into json file.
Parsing and generating were created by streams, so you don't need to worry about ur memory
1.0.0
5 years ago