matteofigus / nice-json2csv

A node.js tool for converting json to csv
MIT License
39 stars 10 forks source link

Allow date objects to be cast to string #10

Open bilherron opened 9 years ago

bilherron commented 9 years ago

I noticed dates in my data were getting output as [Object] in the csv file, so I added a check for Date objects so they will be passed along to .toString().