Column Names in First Line
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Column Names in First Line
Attribute
FirstLineNames (FLN)
Purpose
Determines whether the driver looks for column names in the first line of the file.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), the driver looks for column names in the first line of the file.
If set to 0 (Disabled), the driver does not look for column names in the first line of the file.
Notes
- The Column Names in First Line setting applies only to tables not previously defined. It also determines the attributes of new tables created with the Create Table statement.
Default
0 (Disabled)