Skip to content

Commit 0ac1eca

Browse files
authored
Merge pull request #3917 from ClickHouse/csv_tip_grammar
improve grammar in csv header tip
2 parents da7259a + 4af6d29 commit 0ac1eca

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/data-ingestion/data-formats

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/data-formats/csv-tsv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ clickhouse-client -q "INSERT INTO sometable FORMAT CSVWithNames" < data_small_he
7171
In this case, ClickHouse skips the first row while importing data from the file.
7272

7373
:::tip
74-
Starting from 23.1 [version](https://github.com/ClickHouse/ClickHouse/releases) ClickHouse will automatically detect headers in CSV files when `CSV` type is used, so no need to use `CSVWithNames` or `CSVWithNamesAndTypes`.
74+
Starting from [version](https://github.com/ClickHouse/ClickHouse/releases) 23.1, ClickHouse will automatically detect headers in CSV files when using the `CSV` format, so it is not necessary to use `CSVWithNames` or `CSVWithNamesAndTypes`.
7575
:::
7676

7777

0 commit comments

Comments
 (0)