Skip to content

Instantly share code, notes, and snippets.

@alinbsp
Created December 28, 2012 20:05
Show Gist options
  • Save alinbsp/4401397 to your computer and use it in GitHub Desktop.
Save alinbsp/4401397 to your computer and use it in GitHub Desktop.
var csv = require('csv');
var title = [ 'aspect',
'brand',
'contrastScale',
'hasDollar',
'hasFree',
'hasPercent' ];
csv()
.from.array(title)
.to.stream(process.stdout, {end: false});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment