Skip to content

Commit

Permalink
Remove invalid reference to flat
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Dec 22, 2018
1 parent 2b6ad3a commit ee48f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The programatic APIs take a configuration object very equivalent to the CLI opti
- `ndjson` - Only effective on the streaming API. Indicates that data coming through the stream is NDJSON.
- `unwind` - Array of Strings, creates multiple rows from a single JSON document similar to MongoDB's $unwind
- `unwindBlank` - Boolean, unwind using blank values instead of repeating data.
- `flatten` - Boolean, flattens nested JSON using [flat]. Defaults to `false`.
- `flatten` - Boolean, flattens nested objects. Defaults to `false`.
- `flattenSeparator` - String, separator to use between nested JSON keys when `flatten` option enabled. Defaults to `.` if not specified.
- `defaultValue` - String, default value to use when missing data. Defaults to `<empty>` if not specified. (Overridden by `fields[].default`)
- `quote` - String, quote around cell values and column names. Defaults to `"` if not specified.
Expand Down

0 comments on commit ee48f95

Please sign in to comment.