October 2013
Beginner to intermediate
270 pages
5h 41m
English
Often, with batch processes, it is required that multiple files are processed by the same job in a single tranche. This example shows how this can be achieved by merging a group of input files into a single output.
Open the jo_cook_ch08_0120_multipleFiles job. You will notice that it is currently reading a single file to a temporary file, and then copying the temporary fileto a permanent output.
The steps for processing multiple files at once are as follows:
tFileList component, open it, and set the directory to context.cookbookData+"/chapter8"."chapter08_jo_0120_customerData_*.txt".tFileList should look like ...Read now
Unlock full access