Condition on lookup Talend

596 views Asked by At

I would like to implement a condition in talend with a tMap. I dont know how to select a field who depend of a value in a lookup.

here is my job :

enter image description here

In my Tmap i would like to do something like that :

if M02_MOYENDIFFUSION is equal to M21_LIBELLECOURT OR M21_LIBELLELONG then i take the M21_ID.

enter image description here

But currently, talend take M21_ID only if M02_MOYENDIFFUSION is equal to M21_LIBELLECOURT AND M21_LIBELLELONG

thanks in advance

1

There are 1 answers

0
54l3d On BEST ANSWER

You can use the filtering box of the input in Tmap, It will filter your data using the filter expression.

enter image description here

For more, see Talend help.