October 2013
Beginner to intermediate
270 pages
5h 41m
English
Occasionally, it is necessary to create intermediate files within a job that are only used during the lifetime of the job. This recipe shows how to use Talend temporary files.
Open the jo_cook_ch04_0030_temporaryFile job.
The steps for using temporary files are as follows:
tCreateFileTemporary component, and change the name to customerTemp_XXXX.tempCustomerOut component, and change File Name to ((String)globalMap.get("tCreateTemporaryFile_1_FILEPATH")).tempCustomerIn component.Read now
Unlock full access