csv2json streaming parser
http://twilson63.github.com/node-csv2json/
# example.js
var es = require('event-stream'),
parseRow = require('csv2json').parseRow;
es.pipe(
es.openStdin(),
es.split(),
parseRow(['foo','bar','baz']),
es.join(','),
process.stdout
);
# bash
echo "'baz','bar','foo'" | node example.js
Written by Tom Wilson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Coffeescript
Authors
iam4x
94.17K
ericdfields
63.02K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#