IncludeColumnHeaders
Whether to get column names from the first line of CSV files.
データ型
bool
デフォルト値
true
解説
When this property is set to True, the 本製品 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