Easily convert JSON array to CSV in Node.JS via buffered or streaming.


Keywords
csv, export, json
License
BSD-1-Clause
Install
npm install json-csv@4.0.16

Documentation

@iwsio/json-csv-node & @iwsio/json-csv-core

Dev Setup

# install everything for all workspaces (Recommended: Node 20)
npm i

# build the packages
npm run build

# run the samples
npm start -w samples

# run the tests with current runtime
npm test

# for older versions of node <= 12, cd to the test-runner directory
cd test-runner && npm test