Created
January 15, 2015 22:37
-
-
Save aepyornis/c9c702200b6b628ae1ab to your computer and use it in GitHub Desktop.
run writeCSV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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