I am trying to create a fixed width flat file import spec in SSIS. When I set up all of the columns with the correct widths and preview them, the first row is correct but all of the other rows are off.
example:
Row 1: Text
Row 2: [space]Text
Row 3: [space][space]Text
What am I doing wrong?
Thanks in advance!