1.1.1 • Published 8 years ago

csvtojsonsync v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

csvtoJsonsync

Convert a simple csv file to json synchronously. it require two parameter: the csv filename and the delimeter for the file the default is ";"

var csvtoJsonSync = require("csvtojsonsync");

var csv = csvtoJsonSync("file.csv");// default 2nd parameter ";"

console.log(csv);//[{...}]

install

npm install csvtojsonsync
1.1.1

8 years ago

1.1.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago