Skip to content

Commit 2f06924

Browse files
committed
Update README.md
1 parent 6fc33cc commit 2f06924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var converter = require('json-2-csv');
3333
* `DELIMITER` - Document - Specifies the different types of delimiters
3434
* `FIELD` - String - Field Delimiter. Default: `','`
3535
* `ARRAY` - String - Array Value Delimiter. Default: `';'`
36-
* `WRAP` - String - Wrap values in the delimiter of choice (e.g. wrap values in quotes). Default: `null`
36+
* `WRAP` - String - Wrap values in the delimiter of choice (e.g. wrap values in quotes). Default: `''`
3737
* `EOL` - String - End of Line Delimiter. Default: `'\n'`
3838
* `KEYS` - Array - Specify the keys (as strings) that should be converted. Default: `null`
3939
* If you have a nested object (ie. {info : {name: 'Mike'}}), then set options.KEYS to ['info.name']

0 commit comments

Comments
 (0)