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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Returns the CSV `string` or rejects with an `Error` if there was an issue.
63
63
*`emptyFieldValue` - Any - Value that, if specified, will be substituted in for field values that are `undefined`, `null`, or an empty string.
64
64
* Default: none
65
65
*`excelBOM` - Boolean - Should a unicode character be prepended to allow Excel to open a UTF-8 encoded file with non-ASCII characters present.
66
-
*`excludeKeys` - Array - Specify the keys that should be excluded from the output.
66
+
*`excludeKeys` - Array - Specify the keys that should be excluded from the output. Provided keys will also be used as a RegExp to help exclude keys under a specified prefix, such as all keys of Objects in an Array when `expandArrayObjects` is `true`.
67
67
* Default: `[]`
68
68
* Note: When used with `unwindArrays`, arrays present at excluded key paths will not be unwound.
69
69
*`expandNestedObjects` - Boolean - Should nested objects be deep-converted to CSV?
0 commit comments