# README # #
######CSVTOARRAY###### ##
csvtoarray is node module to convert csv files to array
$3
npm install csvtoarray
$3
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
$3
If you find any bugs, you can email me
sajanshakya129@gmail.com
$3