Skip to content

fereloper/node-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

NPM

node-csv

A simple csv read/write module for Nodejs. This is our first Nodejs project to deploy as npm by Feroj and Dip

How to use:

  1. Install the module using npm install node-csv-data
  2. Include the module. i.e var node_csv_data = require("node-csv-data");
  3. Use this from you application js file (i.e: app.js) using: var output = node_csv_data.fileReader("./your/file/path/file_name.csv");

About

A simple csv read/write module for Nodejs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published