Namespace Wolfgang.Etl.FixedWidth.Enums
Enums
- BlankLineHandling
Specifies how the extractor behaves when it encounters a blank line in the file.
- FieldAlignment
Specifies how a field value is aligned within its fixed-width column.
- LineAction
Indicates what the extractor should do with a line of input. Returned by the LineFilter delegate.
- MalformedLineHandling
Specifies how the extractor behaves when it encounters a malformed line (e.g. a line that is shorter than expected) or a field that cannot be parsed.