Hello everybody I'm creating a component with Talend 4.0.2, and during the process I need to create a routine. So my question is simple : is there a simple way to create a Talend routine in Java ? After a lot of try, I haven't found solutions. Thank you all !
Hello, thanks for your replies ! I know how to fill my routine, but my problem is how create "physicly" the routine. When you create a routine with "Routine > Create routine", Talend create to files, a .properties file, and a .item file. So, I need to create those files, but how..?
walkerca's example are good, here are some tips on Talend and
how to use java routines in Talend TOS.
http://www.robertomarchetto.com/www/talend_data_integration_tips Once defined, the
taled Java routines can be used in any Java expression editor, like the fields on tMap or tJavaRow.