Encodes Arrays, Objects or JSON as CSV
Install the module with: npm install csv
var csv = require('csv');
csv("[{\"prop\":\"value\"},{\"prop\":\"value2\"}]"); // "prop\nvalue\value2"
(Coming soon)
(Coming soon)
Copyright (c) 2013 Jason Mulligan
Licensed under the BSD-3 license.