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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Decision task in Talend

We  are implementing some Data quality rules in Talend. In informatica we have one Decision task in which we are deciding the output column on basis of if else condition. How can I similarly implemet decision task in Talend?

I have multiple if else condition

 

Thanks in Advance

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

Please have a look at this data quality component in talend:TalendHelpCenter:tRuleSurvivorship and related scenario:TalendHelpCenter: Modifying the rule file manually to code the conditions you want to use to create ..., which receives records where duplicates, or possible duplicates, are already estimated and grouped together. Based on user-defined business rules, it creates one single representation for each duplicates group using the best-of-breed data. This representation is called a "survivor".

For a simple "if else condition" use case, tMap component in talend data integration will also meet your needs depending on your requirement.

https://community.talend.com/t5/Design-and-Development/tMap-expression-syntax/ta-p/21575 

Let us know if it is OK with you.

Best regards

Sabrina