Skip to content

Commit 19f5aa5

Browse files
author
Ilya Radchenko
committed
Document excelStrings
1 parent 7603c72 commit 19f5aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ or [use it from the CLI](https://github.com/zemirco/json2csv#command-line-interf
6161
- `eol` - String, it gets added to each row of data. Defaults to `` if not specified.
6262
- `newLine` - String, overrides the default OS line ending (i.e. `\n` on Unix and `\r\n` on Windows).
6363
- `flatten` - Boolean, flattens nested JSON using [flat]. Defaults to `false`.
64+
- `excelStrings` - Boolean, converts string data into normalized Excel style data.
6465
- `callback` - **Required**; `function (error, csvString) {}`. To create a promise, you can use `var toCSV = Bluebird.promisify(json2csv)`, see [Bluebird] docs.
6566

6667
#### Example `fields` option

0 commit comments

Comments
 (0)