Skip to content

Instantly share code, notes, and snippets.

@aepyornis
Created January 15, 2015 22:37
Show Gist options
  • Save aepyornis/c9c702200b6b628ae1ab to your computer and use it in GitHub Desktop.
Save aepyornis/c9c702200b6b628ae1ab to your computer and use it in GitHub Desktop.
run writeCSV
var fs = require('fs');
var mongojs = require('mongojs');
var util = require('./util');
util.writeCSV(['BuildingType', 'ExistingStories', 'OwnerName'], 'test3', {'CB': '304'}, function(){
console.log('done');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment