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:
- Install the module using npm install node-csv-data
- Include the module. i.e var node_csv_data = require("node-csv-data");
- Use this from you application js file (i.e: app.js) using: var output = node_csv_data.fileReader("./your/file/path/file_name.csv");