Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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