mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #30732 from jzombi/patch-1
Update documentation for TSVWithNames parsing
This commit is contained in:
commit
42df79fdc0
@ -164,8 +164,7 @@ This format is also available under the name `TSVRaw`.
|
|||||||
## TabSeparatedWithNames {#tabseparatedwithnames}
|
## TabSeparatedWithNames {#tabseparatedwithnames}
|
||||||
|
|
||||||
Differs from the `TabSeparated` format in that the column names are written in the first row.
|
Differs from the `TabSeparated` format in that the column names are written in the first row.
|
||||||
During parsing, the first row is completely ignored. You can’t use column names to determine their position or to check their correctness.
|
During parsing, the first row is expected to contain the column names. You can use column names to determine their position and to check their correctness.
|
||||||
(Support for parsing the header row may be added in the future.)
|
|
||||||
|
|
||||||
This format is also available under the name `TSVWithNames`.
|
This format is also available under the name `TSVWithNames`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user