I have created a new user routine in Talend Open Studio but I am not able to view the newly created user routine in any of the function lists.
Asked
Active
Viewed 252 times
-1
-
Take a look into this link : http://www.talendbyexample.com/talend-code-routines-reference.html – Jean-Michel Garcia Aug 02 '13 at 08:14
1 Answers
0
The function will show up if you document your function as javadoc.
Example:
/*****
* helloExemple: Print the hello message on the console
* {Category} xpto
* {talendTypes} String
*
* */
You can see more examples in the project TALENDDEMOJAVAS -> pasta t03_demoroutines -> demo03_tmap

ataravati
- 8,891
- 9
- 57
- 89

António Manuel Paraíso Pinto
- 45
- 2
- 7