From e9784b94448938d25d7fdfbc15420f5a87809460 Mon Sep 17 00:00:00 2001 From: Kruglov Pavel <48961922+Avogar@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:06:21 +0200 Subject: [PATCH] Bring back accidentally deleted line --- docs/en/interfaces/formats.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/interfaces/formats.md b/docs/en/interfaces/formats.md index 9556f016805..a3a23cf830a 100644 --- a/docs/en/interfaces/formats.md +++ b/docs/en/interfaces/formats.md @@ -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.