-1

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.

1 Answers1

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