Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a question.
How do we use substr in talend? I have a case condition with substr and not sure how to go about it in Talend...
CASE
when ABC is null then NULL
WHEN ABC is not null and substr(ABC, 4,2) ='C' Then 'A'
when ABC is not null and substr(ABC,4,2) = 'Z' Then 'A'
ELSE 'E'
Thanks!
Hello,
This expression will be true if the string has on the 4th position character "a".
Regards
lojdr
Hello,
Have you check component tMap?
Regards
lojdr
Hello,
This expression will be true if the string has on the 4th position character "a".
Regards
lojdr