Hi ,
I am using flat file as source.I have quantity column in flat file which is a Numeric datatype and target table quantity datatype is Numeric.
I am able to load data from source to target but when I am comparing data from source to target I am not getting exact record from source flat files
Source having data like
Source >> Target
31.61 >> 31.0000000000
00029.430 >> 29.0000000000
as we can see that data are not matching with source
I can not change the target table quantity data type, is there any thing which I can do with source column data type.
Thanks in advance :)
Thankx & regards, Vipin jha MCP