Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
RVeitch_84
Creator
Creator

Filter Tmap null

I would like to filter out all output rows based on one row value if = null,

So in this example if, row4.re_id2 = null, I would not like to pass any of the other rows to the output.

0695b00000GhipcAAB.jpg

Let me know if you have any other questions.

Thanks

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

In the tMap, you can click the filter button and write a filter expression to filter the output data.

Here is a KB article about: https://community.talend.com/s/article/tMap-expression-syntax-TCiHW

Let us know if it is what you are looking for.

Best regards

Sabrina

View solution in original post

4 Replies
Anonymous
Not applicable

Hello,

In the tMap, you can click the filter button and write a filter expression to filter the output data.

Here is a KB article about: https://community.talend.com/s/article/tMap-expression-syntax-TCiHW

Let us know if it is what you are looking for.

Best regards

Sabrina

gjeremy1617088143
Creator III
Creator III

hi,So you have just to write row4.re_id2 == null in the output expression filter of the tmap output.

then only rows with re_id2 with null value will go to the output.

You can select the response of @xdshi as best answer she set you on the right path.

Send me Love and Kudos

 

RVeitch_84
Creator
Creator
Author

Thanks for the quick reply

But I want the exact opopsite , if row4.re_id2 == null, then don't pass anything into the output for that row and all others?

 

So I also tried what I thought made sense which was the following and that did work.

row4.re_id2 != null

Anonymous
Not applicable

Hello,

You are on the right way. Nice work!

Best regards

Sabrina