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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DSingh1654264730
Contributor
Contributor

how to add day in mon

(row1.JOINING_DAY.equals("Mon")?"Monday":row1.JOINING_DAY 

row1.JOINING_DAY.equals("Tue")?"Tuesday":row1.JOINING_DAY 

row1.JOINING_DAY.equals("Wed")?"Wednesday":row1.JOINING_DAY)

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

For your requirement, could you please elaborate your case with an example with input and expected output values?

You could use ternary operator (if / else statement) in tMap component.

In the Expression Builder, the if / else statement can be written as follows:

condition?value if true:value if false.

Please have a look at this KB article about: https://community.talend.com/s/article/tMap-expression-syntax-TCiHW

Feel free to let us know if it is what you are looking for.

Best regards

Sabrina