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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Labeler implementation in talend

Hi All,

 

 

We are migrating all our code from Informatica to Talend. We have few rules which are using Labeler transformation of Informatica, how to implement those rules  in Talend? 

I am very new to Talend.

 

Thanks in Advance

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

So far, there is no Labeler transformation of Informatica in talend.

Please see the following resource on talend.com

https://www.talend.com/resources/migrating-legacy-etl-talend-never-been-easier/

Here are some related topics:https://community.talend.com/t5/Design-and-Development/Migrating-workflow-from-Informatica-to-Talend... and

https://community.talend.com/t5/Design-and-Development/Migrating-from-Informatica/m-p/106142

Feel free to let us know if it is OK with you.

Best regards

Sabrina

Anonymous
Not applicable
Author

How to implement below logic in talen: IIF(INSTR(StringIn, '÷÷÷', 1, 1, 1)>3, SUBSTR(StringIn, 1, INSTR(StringIn, '÷÷÷', 1, 1, 1)-1), StringIn)