I have a dat file containing data. A line from the file is as below:
HHHH-III|AAAA0000536101|2011/11/16|0100002MM000
This data is being loaded in a DB2 table using db2 import command.
Issue: The last field in the data gets loaded along with the "new line" character at the end of the line in the dat file i.e. 0100002MM000 is getting loaded with some invisible character at the end.
Same field is being loaded in other table from other file. But in the other dat file it is at the centre somewhere in the line as below:
2011/11/16|0100002MM000|HHHH-III|AAAA|BBBBB|KDKDKDKDDKD MANAGED|C
So later on comparing 0100002MM000 from first table with 0100002MM000 in second table is failing.
How to resolve this issue?
So in this case,