IncludeColumnHeaders
Directs the driver to derive column names for each table from the first line of CSV files.
データ型
bool
デフォルト値
true
解説
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