arst06d
Programmer
- Nov 29, 2002
- 324
We have been using MS Access to process downloads from the AS400 for MI purposes for years. Now migrating to SQLServer.
Trying to import the download files which are supposedly fixed length text files, with CR+LF as record delimeter.
I notice that although DTS asks fro the record delimeter it ignores it: say record 1 is 1000 characters + CRLF, and record 2 is 980 characters + CRLF, then the first 20 characters of record 3 are added to record 2.
I know the problem is in the download not padding out the data to the correct number of characters, but I find it odd that Access (all the way back to v2) recognises the CR+LF as end of record, but DTS does not, even though specified.
or am I missing something?
Trying to import the download files which are supposedly fixed length text files, with CR+LF as record delimeter.
I notice that although DTS asks fro the record delimeter it ignores it: say record 1 is 1000 characters + CRLF, and record 2 is 980 characters + CRLF, then the first 20 characters of record 3 are added to record 2.
I know the problem is in the download not padding out the data to the correct number of characters, but I find it odd that Access (all the way back to v2) recognises the CR+LF as end of record, but DTS does not, even though specified.
or am I missing something?