Hi ,
I have to perform several data cheks before loading data into target table.
Foe example I am having 1 flat file with belo column
IdNameAge
IntVarchar(100) Int
My requirement is to create package, checks will be performed on each record, column of the files.
Any records which failed the checks considered as error records and will be written to the exception table.
Can any one help me to achieve the above scenario.is there any example on web , as I am searching the solution of above scenario.
Thanks in Advance