FlatFileColumnType Enumeration
The FlatFileColumnType enumeration provides options for the type of flat file column format that will be used.
Enumeration Values
Name | Summary |
---|---|
Delimited | Specifies that each column of the flat file is delimited by defined characters. |
FixedWidth | Specifies that each column of the flat file contains a predfined number of characters. |