1.1.1 • Published 2 years ago

ndjson-csv-xlsx v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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