Hi Experts,
I am loading some excel files data to ORACLE DB, I am loading 100 files of same structure in one folder to one table.
Now I need to do data validation .. I need to check the total amount coming from file and amount which is been loaded in DB.?
Is it possible to check like that..?
And also I need to check as If it is only STRING datatype then only the data should load.
and also I need to check as If the column data has length 10 only then only data should load... if not it should skip the not compatible records and error records information should get into file.....??
FYI, I have no Primary Keys and Foreign Keys for the EXCEL files am loading.
I am using ODI 11.1.1.9
Thanks a Million,
Santhosh S.