You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support the use case of keeping Booleans as String values
that can easily be converted back with csv2json, this commit adds a new
option `wrapBooleans` which will allow users a way to make this possible
Fixes#188
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,8 @@ Looking for examples? Check out the Wiki: [json-2-csv Wiki](https://github.com/m
138
138
* `useLocaleFormat` - Boolean - Should values be converted to a locale specific string?
139
139
* Default: `false`
140
140
* Note: If selected, values will be converted using `toLocaleString()` rather than `toString()`
141
+
* `wrapBooleans` - Boolean - Should boolean values be wrapped in wrap delimiters to prevent Excel from converting them to Excel's TRUE/FALSE Boolean values.
142
+
* Default: `false`
141
143
142
144
143
145
For examples, please refer to the [json2csv API Documentation (Link)](https://github.com/mrodrig/json-2-csv/wiki/json2csv-Documentation)
0 commit comments