Skip to content

Commit

Permalink
Update CSV header's behaviour for all VARCHAR files
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Jun 28, 2024
1 parent 09d82e6 commit 7df2518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/csv/auto_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Header detection works by checking if the candidate header row deviates from the

In files that do not have a header row, the column names are generated as `column0`, `column1`, etc.

Note that headers cannot be detected correctly if all columns are of type `VARCHAR` – as in this case the system cannot distinguish the header row from the other rows in the file. In this case the system assumes the file has no header. This can be overridden using the `header` option.
Note that headers cannot be detected correctly if all columns are of type `VARCHAR` – as in this case the system cannot distinguish the header row from the other rows in the file. In this case, the system assumes the file has a header. This can be overridden by setting the `header` option to `false`.

### Dates and Timestamps

Expand Down

0 comments on commit 7df2518

Please sign in to comment.