File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ NPM version] ( https://img.shields.io/npm/v/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
7
7
[ ![ Known Vulnerabilities] ( https://snyk.io/test/npm/json-2-csv/badge.svg )] ( https://snyk.io/test/npm/json-2-csv )
8
8
[ ![ Package Size] ( https://img.shields.io/bundlephobia/min/json-2-csv.svg )] ( https://www.npmjs.org/package/json-2-csv )
9
+ [ ![ Typings] ( https://shields-staging.herokuapp.com/npm/types/json-2-csv.svg?style=flat )] ( https://www.npmjs.org/package/json-2-csv )
9
10
10
11
[ ![ Build Status] ( https://travis-ci.org/mrodrig/json-2-csv.svg?branch=master )] ( https://travis-ci.org/mrodrig/json-2-csv )
11
12
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/maintainability )] ( https://codeclimate.com/github/mrodrig/json-2-csv/maintainability )
12
13
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/test_coverage )] ( https://codeclimate.com/github/mrodrig/json-2-csv/test_coverage )
13
- [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rodrigues.mi%40husky.neu.edu&item_name=Open+Source+Software+Development+-+Node+Modules¤cy_code=USD&source=url )
14
14
15
15
This node module will convert an array of JSON documents to a CSV string.
16
16
Column headings will be automatically generated based on the keys of the JSON documents. Nested documents will have a '.' appended between the keys.
@@ -203,3 +203,4 @@ Please find the updated list (relocated to the Wiki) here: [Frequently Asked Que
203
203
* *and*
204
204
* `json2csv test.json -o output.csv -W -k arrayOfStrings -o output.csv`
205
205
* Empty field value option (as of 3.1.0)
206
+ * TypeScript typings included (as of 3.4.0) - thanks to [ @GabrielCastro ] ( https://github.com/GabrielCastro ) !
You can’t perform that action at this time.
0 commit comments