Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How Do I Catch Bad Rows?

Hello all I am some what new to Talend and I have a question.

I have written a job where I am using an Exprexxion filter to get the rows that I need. Which is doing exactly what we want but now the client wants to see the records that are not being passed on. As shown below there is total of 809 and 603 are being passed on but is there a way to get the 206 and place them in a different file.

Is there a way to get these records?

0683p000009M2Y4.png0683p000009M2Gr.png

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    Please refer the screenshot below.

0683p000009M2Ex.png

 

 

You need to add the filter expressions to the main output. Any records which is not matching the main expression will automatically come to the reject flow.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

5 Replies
Anonymous
Not applicable
Author

I tried that and the output gives me a zero

0683p000009M238.png0683p000009M2dS.png

akumar2301
Specialist II
Specialist II

I hope you already tried Catch Inner Join Rejects as well.

 

Other method to debug tMap is as below 

 

https://community.talend.com/t5/How-Tos-and-Best-Practices/How-to-debug-tMap-errors/td-p/40951

Anonymous
Not applicable
Author

Hi,

 

    Please refer the screenshot below.

0683p000009M2Ex.png

 

 

You need to add the filter expressions to the main output. Any records which is not matching the main expression will automatically come to the reject flow.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Thank you that helped alot! 0683p000009MACn.png