Socket
Socket
Sign inDemoInstall

csvtoarray

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    csvtoarray

csvtoarray is node module to convert csv files to array


Version published
Maintainers
1
Install size
4.39 kB
Created

Readme

Source

# README #

######CSVTOARRAY######

csvtoarray is node module to convert csv files to array

To install:

npm install csvtoarray

TO use:

var csv=require('csvtoarray');//importing csvtoarray

var data1=csv.csvfile2array("csv_file.csv"); //csvfile2array is function that accepts csv filenames and returns array console.log(data1);//data1 is variable used to store returning array

FYI:

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

Created by Sajan Shakya

Keywords

FAQs

Last updated on 11 Dec 2014

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