Resolved! Two fields should have unique combination
There are two columns A and B in target table and when importing the data from source the values in the A and B should not repeat(should not be duplicate) im writing below code but it is not working var bil = source.u_xyz; var rec =source.u_jkc; var...