csvtoarray

1.1.0 • Public • Published

# 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

Package Sidebar

Install

npm i csvtoarray

Weekly Downloads

1

Version

1.1.0

License

ISC

Last publish

Collaborators

  • sajanshakya129