1.1.0 • Published 9 years ago

csvtoarray v1.1.0

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

# README #

######CSVTOARRAY######

csvtoarray is node module to convert csv files to array

To install:

npm install csvtoarray

TO use:

var csv=require('csvtoarray');//importing csvtoarray

var data1=csv.csvfile2array("csv_file.csv"); //csvfile2array is function that accepts csv filenames and returns array console.log(data1);//data1 is variable used to store returning array

FYI:

If you find any bugs, you can email me sajanshakya129@gmail.com

Created by Sajan Shakya