json-2-csv : A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.. You can installing json-2-csv 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 json-2-csv $ sudo npm install -g json-2-csv
If want to update the json-2-csv package execute the command as below,
$ sudo npm update json-2-csv
Update package globally,
$ npm install -g json-2-csv
$ sudo git clone https://github.com/rektide/json-2-csv.git
$ sudo npm install -g ./json-2-csv
json-2-csv@2.1.2 /usr/lib/node_modules/json-2-csv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall json-2-csv
Package Name | json-2-csv |
Version | 2.1.2 |
Description | A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading. |
Released Date | 2017-10-13T17:17:56.769Z |
Published by | mrodrig |
How to Learn | https://www.npmjs.com/package/json-2-csv/tutorial |