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: 
Ray0801
Creator
Creator

What are user defined functions in Talend

Want to know how they are created.

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Well, you have also var in tMap sometimes called "user defined function", but in fact they are just "expressions" used for transformation or computation locally in tMap (not shared with anything else)

View solution in original post

5 Replies
TRF
Champion II
Champion II

Are you talking about Routines?

If so, go to repository (left side pane) and click Code > Routines. Add a folder (for example, Custom) then right click on this folder and "Create routine". Congrats, you're creation your 1rst routine.

Ray0801
Creator
Creator
Author

No,I am not asking about routines.
In Talend is anything other than user defined routines called user defined functions?

TRF
Champion II
Champion II

Well, you have also var in tMap sometimes called "user defined function", but in fact they are just "expressions" used for transformation or computation locally in tMap (not shared with anything else)
Ray0801
Creator
Creator
Author

Thank You Got it!

TRF
Champion II
Champion II

You're welcome