From 130ef7d8ba799009e33dca7c22e0c367bcdc0a5c Mon Sep 17 00:00:00 2001 From: Juanjo Diaz Date: Sat, 22 Dec 2018 16:13:55 +0200 Subject: [PATCH] fix: Remove invalid reference to flat (#347) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08cef771..dd3d697f 100644 --- a/README.md +++ b/README.md @@ -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 `` if not specified. (Overridden by `fields[].default`) - `quote` - String, quote around cell values and column names. Defaults to `"` if not specified.