Skip to content

the cheapest streaming csv to json-array cli converter EVER - but it's fast!

License

Notifications You must be signed in to change notification settings

erdii/csv2jsonstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2jsonstream

the cheapest csv to json-array converter EVER!

  • uses papaparse
  • assumes csv header rows
  • outputs rows in a streaming manner

installation

npm i -g @erdii/csv2jsonstream

usage

  • Read csv from file: csv2jsonstream input.csv > output.json
  • Read csv from stdin: cat input.csv | csv2jsonstream > output.json

About

the cheapest streaming csv to json-array cli converter EVER - but it's fast!

Topics

Resources

License

Stars

Watchers

Forks

Packages