Hi ,
I want to compare a particular columns bewtween files. if any columns values will mismatched , i need to stop my loading into table.
For example:( Before load into tables)
Flat file 1: Employee
Name Location
M India
C USA
Flat File 2: Location
Location
India.
here USA location is missing .so i need to do this validation before load in to my table. Please sugesst some solution on this.