1.2.0 • Published 8 years ago

csv2json-convertor v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

# README #

######CSV2JSON-convertor######

csv2json_convertor is node module to convert csv files to JSON data object

To install:

npm install csv2json-convertor

TO use:

#!javascript

var csv=require('csv2json-convertor');//importing csv2json-convertor

var data1=csv.csvtojson("csv_file.csv"); //csvtojson is function that accepts csv filenames and returns JSON object
console.log(data1);//data1 is variable used to store returning JSON object
console.log(data1[0].key)//where key is the from json key-value format

FYI:

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

Created by Sajan Shakya ;) :) :)

1.2.0

8 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago