I'm trying to read in a text file, fixed width, very long records (over 7000 characters) in an ssis package. The first record appears ok in the 'preview' in the connection manager setup, but each record after that is offset by 2 characters (record 2 offset
by 2, record 3 offset by 4, record 4 offset by 6 and so on), like it's inserting special characters. I figure I'm doing something wrong with the settings in the connection manager, but not sure what.
↧