October 2013
Beginner to intermediate
270 pages
5h 41m
English
Sometimes it is required that multiple files are written from a single data source where the file name is dependent upon the data held within the row. This recipe shows how this can be achieved.
Open the jo_cook_ch08_0140_filesFromInputData job.
The steps for creating and writing files depending on the input data are as follows:
dummy.txt has been created and populated with six rows.tJavaRow component, and you will see that the move of data from input to output has already been performed.// test for change of input_row.key if (Numeric.sequence(input_row.key, 1, 1) ...
Read now
Unlock full access