Skip to content

Commit 130ef7d

Browse files
juanjoDiazknownasilya
authored andcommitted
fix: Remove invalid reference to flat (#347)
1 parent 2b6ad3a commit 130ef7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The programatic APIs take a configuration object very equivalent to the CLI opti
176176
- `ndjson` - Only effective on the streaming API. Indicates that data coming through the stream is NDJSON.
177177
- `unwind` - Array of Strings, creates multiple rows from a single JSON document similar to MongoDB's $unwind
178178
- `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`.
180180
- `flattenSeparator` - String, separator to use between nested JSON keys when `flatten` option enabled. Defaults to `.` if not specified.
181181
- `defaultValue` - String, default value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
182182
- `quote` - String, quote around cell values and column names. Defaults to `"` if not specified.

0 commit comments

Comments
 (0)