Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have two files dept (main) and emp (lookup). There are 2 such records in emp file which are not present in dept file. I want to retrieve these 2 records and the join condition is on dno (department no). Please help if anybody knows the solution to this query.
Below are the sample records of dept and emp respectively in which I need to retrieve the highlighted records from emp.
Yes @SachinD is correct.
Hi Sachin,
I am also trying to achieve the same here, but the settings suggested doesnt work for me, could you please have a look settings in tMap and let me know what i am missing here ?
here -
1) row3 file is master/main table
2) row4 file is lookup file and is empty currently
so my outptut out1 should have all records from row3 file
Thanks.
Vidyadhar
so then, how would i be able to achieve it.
if i set the catch output reject as true, will it help ?
i have tried that setting also but didnt achieve the desired result
Hi Vidyadhar
Perform
Join Model : Inner Join
out 1 : Inner Join reject : True
As u mentioned your Row 4 / lookup is empty right now, you shall get all rejected rows in Out 1
Thanks,
Sachin.
Hello,
Please stick to one topic so that we can pay individule attention to your issue.
Here is a response for your issue on your another topic:https://community.talend.com/t5/Design-and-Development/Capture-rejected-records-in-tMap/m-p/35072#M9...
Best regards
Sabrina
Hello,
I have same scenario. I have to capture both input rejects in separate output. How I can achieve this?
I have 2 inputs and capture main reject and lookup reject too.
Help here how to solve such scenario?
Screenshot is attached