talend tMap expression

Here some expression I use on tMap

conditional expression :
($row1[isActivated] == 1) ?”Activé”:””

concatenation :
“/”.$row1[PictureBottle]

I will complete this post with furthers expressions as soon as I used them.

Leave a Reply