IncludeColumnHeaders
Directs the driver to derive column names for each table from the first line of CSV files.
Data Type
bool
Default Value
true
Remarks
When false, the table column names are the same as the column numbers; the first column name would be 1, etc.
The following connection string parses .csv files as CSV without headers:
DataSource=C:\mycsvlogs;IncludeColumnHeaders=False