October 2013
Beginner to intermediate
270 pages
5h 41m
English
Code routines enable the developer to create re-usable Java classes that can be integrated into Talend jobs, and in particular within tMap.
In the validation chapter, there is an example of a simple code routine. This recipe is a fuller explanation of creating and using code routines within Talend.
Open the job jo_cook_ch05_0040_codeRoutine.
Code folder and right-click on Routines. Select Create routine.
regexUtilities and click on Finish. This will open a Java package and create a new class called regexUtilities, and a test method ...Read now
Unlock full access