October 2013
Beginner to intermediate
270 pages
5h 41m
English
A second method for defining context variables in different environment is to store them in a file or database external to Talend, and then load them as part of a job.
Open the jo_cook_ch06_0020_loadContextData job.
The steps for using tContextLoad to load contexts are as follows:
tFileInputDelimited component and change the delimiter to, so that it matches the format in the file.tContextLoad component onto the canvas and link it to tFileInputDelimited.tContextLoad, and click on the option Print operations.The context file contains name/value pairs in the form of key=value, so setting the delimiter to = means that ...
Read now
Unlock full access