October 2013
Beginner to intermediate
270 pages
5h 41m
English
This simple recipe shows how a file can be built in within different sub jobs by appending data to an existing file. The append method is one way of building complex files, as will be demonstrated in later recipes in this chapter.
Open the jo_cook_ch08_0010_fileAppend job.
The steps for appending records to a file are as follows:
subjob1 – copy me sub job and paste it to create a second sub job.onSubjobOK link.tFixedFlowInput, and change Records from first subjob to Records from second subjob.tFileOutputDelimited on the new sub job, and tick Append, as shown in the following screenshot:The first sub job creates the file, ...
Read now
Unlock full access