Skip to content

fanlia/ndjson-csv-xlsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ndjson-csv-xlsx

stream from and to ndjson, csv, xlsx, json

features

  • unified api, just .parse and .stringify
  • stream from and to

usage

npm i ndjson-csv-xlsx

tests

cat test/data.ndjson | node test/ndjson_test.js
cat test/data.csv | node test/csv_test.js
cat test/data.xlsx | node test/xlsx_test.js
cat test/data.json | node test/json_test.js

license

MIT

About

stream from and to ndjson, csv, xlsx, json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published