IncludeColumnHeaders
Whether to get column names from the first line of CSV files.
Data Type
bool
Default Value
true
Remarks
When this property is set to True, the connector will derive column names for each table from the first row of each file. When this property is set to False, column names are simply the column numbers.
The following connection string parses .csv files as CSV without headers:
DataSource=C:\mycsvlogs;IncludeColumnHeaders=False