nice-json2csv
nice-json2csv copied to clipboard
A node.js tool for converting json to csv
## Version **1.9.0** of [underscore](https://github.com/jashkenas/underscore) was just published. Dependency underscore Current Version 1.8.3 Type dependency The version **1.9.0** is **not covered** by your **current version range**. If you donβt accept...
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
## Version **13.1.1** of [should](https://github.com/shouldjs/should.js) was just published. Dependency should Current Version 13.1.0 Type devDependency The version **13.1.1** is **not covered** by your **current version range**. If you donβt accept...
| π¨π₯β οΈ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! π¨π₯β οΈ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...
According to the csv standard, correct escaping of quotation marks is a quotation mark. We noticed an open issue for this problem, and we decided to create a pull request...
For the project I'm working on, I actually needed what the object is rather than just [Object]. Hopefully this helps. Many thanks!
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...
I don't know if is right that adding a parameter called `options`, so I just send a PR with utf8 BOM support, `.csv` file should be away from encoding problems...
Hi Matteo, I haven't looked at Excel, but for OpenOffice, at least, it expects double-quotes to be doubled, rather than backslash-escaped, even when the string delimiter is a double quote...