Use the Fixed-Length Text File Reader Task to define the structure of a fixed-length text file that is parsed at runtime.
A fixed-length file is made up of fixed-length text fields. If the data in the field does not completely fill in the specified length, the remaining length is padded with spaces.
To make the contents of the text file mappable, the structure of the text file must be described as an XML Schema. This means it must be possible to express the text file format as a tree consisting of related text file fragments.