Namespace Wolfgang.Etl.FixedWidth.Attributes

Classes

FixedWidthFieldAttribute

Marks a property as a fixed-width field and specifies its column index and width. Apply this attribute to any property on a POCO that represents a single record in a fixed-width file.

FixedWidthSkipAttribute

Declares a column in the fixed-width file that should be skipped during extraction and not mapped to any property. Multiple instances may be stacked on the same property to declare several skipped columns.