Skip to main content

Enum FlatFileType

Namespace: Varigence.Languages.Biml.FileFormat

Assembly: Biml.dll

C#


public enum FlatFileType

Fields

FieldsDescription
DelimitedSpecifies that each column of the flat file is delimited by defined characters.
FixedWidthSpecifies that each column of the flat file contains a predfined number of characters.
RaggedRightSpecifies that each column of the flat file contains a predfined number of characters, except the last column which ends with the line delimiter.