A node to convert json to csv
npm install node-red-contrib-json2csvNode-RED wrapper to the jsonexport npm module. This
allows for conversion of a json input into a csv file, without needing to
specify the column headers. The headers are populated automatically, making
this node simple to use for JSON data that is generated by apps or read from
databases.
Run the following command in the root directory of your Node-RED install:
``````
npm install node-red-contrib-json2csv
Copyright 2017 IBM Corp. under the Apache 2.0 license.