We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ae3eb commit f7633b1Copy full SHA for f7633b1
README.md
@@ -1,5 +1,8 @@
1
# Convert JSON to CSV or CSV to JSON
2
3
+[](https://travis-ci.org/mrodrig/json-2-csv)
4
+
5
+
6
This node module will convert an array of JSON documents to a CSV string.
7
Column headings will be automatically generated based on the keys of the JSON documents. Nested documents will have a '.' appended between the keys.
8
0 commit comments