Merge pull request #30732 from jzombi/patch-1

Update documentation for TSVWithNames parsing
This commit is contained in:
Nikolay Degterinsky 2021-10-28 16:42:44 +03:00 committed by GitHub
commit 42df79fdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,8 +164,7 @@ This format is also available under the name `TSVRaw`.
## TabSeparatedWithNames {#tabseparatedwithnames}
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 cant use column names to determine their position or to check their correctness.
(Support for parsing the header row may be added in the future.)
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.
This format is also available under the name `TSVWithNames`.