ndjson-csv-xlsx
v1.1.1
Published
stream from and to ndjson, csv, xlsx, json
Downloads
3
Readme
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