October 2013
Beginner to intermediate
270 pages
5h 41m
English
The tJavaFlex component is similar to the tJavaRow component, in that it is included into a flow. The difference between the two components is that the tJavaFlex component has pre and post processes that are performed before and after the individual rows are processed, so it is similar to a pre-built Talend component.
Open the job jo_cook_ch05_0030_tJavaFlex.
tJavaFlex component.String allNames = ""; Integer NB_LINE = 0;
allNames = allNames + row1.name + "|"; NB_LINE += 1;
globalMap.put("allNames", allNames); globalMap.put("tJavaFlex_1_NB_LINE", ...Read now
Unlock full access