October 2013
Beginner to intermediate
270 pages
5h 41m
English
Although tLogRow is flexible and very useful, it does have some limitations, in that it only prints what is defined in a schema. tJavaRow doesn't have the same limitations. This recipe will show you how it can be utilized.
Open the jo_cook_ch10_0060_tJavaRow job.
The steps for using tJavaRow to display row information are as follows:
tLogRow component, and add a tJavaRow component in its place.tJavaRow component and add the following code://Test for change of key and print heading lines if key has changed if (Numeric.sequence(input_row.name, 1, 1) == 1){ System.out.println("\n\n******************** ...Read now
Unlock full access