Skip to main content

FlatFileType Enumeration

FlatFileType Enumeration​

The FlatFileType enumeration provides options for the type of flat file row format that will be used.

Enumeration Values​

NameSummary
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.
RaggedRight
Specifies that each column of the flat file contains a predfined number of characters, except the last column which ends with the line delimiter.