Getting records into Error Table
988115May 29 2013 — edited May 31 2013Hi all,
I am having 2 tables namely student and master in my source of interface. Need to validate data such that the student table data which matches with master table data should load into the target and the unmatched data from student table should be sent to an error table. The validations needs to be performed on columns sid, fname, lname and dob which are present in both the tables. Please help me how to achieve it.
Thanks