File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ The programatic APIs take a configuration object very equivalent to the CLI opti
176
176
- ` ndjson ` - Only effective on the streaming API. Indicates that data coming through the stream is NDJSON.
177
177
- ` unwind ` - Array of Strings, creates multiple rows from a single JSON document similar to MongoDB's $unwind
178
178
- ` unwindBlank ` - Boolean, unwind using blank values instead of repeating data.
179
- - ` flatten ` - Boolean, flattens nested JSON using [ flat ] . Defaults to ` false ` .
179
+ - ` flatten ` - Boolean, flattens nested objects . Defaults to ` false ` .
180
180
- ` flattenSeparator ` - String, separator to use between nested JSON keys when ` flatten ` option enabled. Defaults to ` . ` if not specified.
181
181
- ` defaultValue ` - String, default value to use when missing data. Defaults to ` <empty> ` if not specified. (Overridden by ` fields[].default ` )
182
182
- ` quote ` - String, quote around cell values and column names. Defaults to ` " ` if not specified.
You can’t perform that action at this time.
0 commit comments