Header
Indicates whether or not the provider should detect column names from the first row.
Data Type
bool
Default Value
false
Remarks
If true, the first row will be used as a column header. Otherwise, the pseudo column names A, B, C, etc. will be used.
The provider will follow the additional specifications below to detect column headers:
- Headers should not contain special characters.
- All column headers must be nonempty.