I have two tables called Product and Transactions. In Product 19 records are there and in Transaction 21 records are there.
I am trying to get the matched records from both the tables using of Tmap (inner join).
I am able to load the matched records from the both tables, but I want to fetch the (unmatched records) into the rejected table.
I want to do this parallel in one job.