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 dd2a87a commit fef33c6Copy full SHA for fef33c6
README.md
@@ -34,6 +34,7 @@ var converter = require('json-2-csv');
34
* `FIELD` - String - Field Delimiter. Default: `','`
35
* `ARRAY` - String - Array Value Delimiter. Default: `';'`
36
* `WRAP` - String - Wrap values in the delimiter of choice (e.g. wrap values in quotes). Default: `''`
37
+ * `PREPEND_HEADER` - Boolean - Should the auto-generated header be prepended as the first line in the CSV? Default: `true`
38
* `EOL` - String - End of Line Delimiter. Default: `'\n'`
39
* `KEYS` - Array - Specify the keys (as strings) that should be converted. Default: `null`
40
* If you have a nested object (ie. {info : {name: 'Mike'}}), then set options.KEYS to ['info.name']
0 commit comments