mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Bring back accidentally deleted line
This commit is contained in:
parent
59a74b47ee
commit
e9784b9444
@ -916,6 +916,8 @@ Example:
|
||||
{"num":44,"str":"hello","arr":[0,1,2,3]}
|
||||
```
|
||||
|
||||
While importing data columns with unknown names will be skipped if setting [input_format_skip_unknown_fields](/docs/en/operations/settings/settings-formats.md/#input_format_skip_unknown_fields) is set to 1.
|
||||
|
||||
## PrettyJSONEachRow {#prettyjsoneachrow}
|
||||
|
||||
Differs from JSONEachRow only in that JSON is pretty formatted with new line delimiters and 4 space indents. Suitable only for output.
|
||||
|
Loading…
Reference in New Issue
Block a user