New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

csvtojsonsync

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csvtojsonsync

"convert csv to json synchronusly"

1.1.1
latest
npm
Version published
Weekly downloads
2
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

csvtoJson

FAQs

Package last updated on 22 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts