Socket
Socket
Sign inDemoInstall

csv-to-json

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    csv-to-json

parses csv and return it into json format


Version published
Weekly downloads
235
increased by1.29%
Maintainers
1
Install size
2.13 kB
Created
Weekly downloads
 

Readme

Source

csv-to-json

Converts your csv into json structure

Dependencies

fs

Usage

var csv = require("./csv.js");

//parses file into json
csv.parse(/filename to parse from/);

//writes the parsed file to a file
csv.write(/*filename to be written to */);

Keywords

FAQs

Last updated on 07 Jul 2013

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc