csvtoarray
v1.1.0
Published
csvtoarray is node module to convert csv files to array
Downloads
14
Maintainers
Readme
# 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 [email protected]