json2csv : Convert JSON to CSV. You can installing json2csv npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install json2csv $ sudo npm install -g json2csv
If want to update the json2csv package execute the command as below,
$ sudo npm update json2csv
Update package globally,
$ npm install -g json2csv
$ sudo git clone https://github.com/rektide/json2csv.git
$ sudo npm install -g ./json2csv
json2csv@3.11.5 /usr/lib/node_modules/json2csv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json2csv
Package Name | json2csv |
Version | 3.11.5 |
Description | Convert JSON to CSV |
Released Date | 2017-10-23T13:49:42.955Z |
Published by | knownasilya |
How to Learn | https://www.npmjs.com/package/json2csv/tutorial |