csvtojsonsync

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i csvtojsonsync

Weekly Downloads

7

Version

1.1.1

License

MIT

Last publish

Collaborators

  • steveoni