csv2array

0.0.4 • Public • Published

Sync CSV parser.

Install

npm install csv2array

Usage

csv2array(csv_string, opts)

opts.delimiter (string): value delimiter to use    
opts.skipwhitespace (boolean): ignore whitespaces between commas

Example

var csv2array = require('csv2array');
var arr = csv2array('"a", "b", "c"\n"d","e","f"');

Credit

Code taken from jquery.csv plugin.

Readme

Keywords

Package Sidebar

Install

npm i csv2array

Weekly Downloads

159

Version

0.0.4

License

BSD

Last publish

Collaborators

  • olalonde