csv : CSV parser with simple api, full of options and tested against large datasets.. You can installing 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 csv $ sudo npm install -g csv
If want to update the csv package execute the command as below,
$ sudo npm update csv
Update package globally,
$ npm install -g csv
$ sudo git clone https://github.com/rektide/csv.git
$ sudo npm install -g ./csv
csv@2.0.0 /usr/lib/node_modules/csv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall csv
Package Name | csv |
Version | 2.0.0 |
Description | CSV parser with simple api, full of options and tested against large datasets. |
Released Date | 2017-10-20T12:08:50.032Z |
Published by | david |
How to Learn | https://www.npmjs.com/package/csv/tutorial |