Creating a job from multiple paths from a single source to the same target
Creating a subjob with a multiple path structure from a single source to a single target, as shown in the capture below, is not allowed in the Talend Studio. In this document, you will find two workaround examples to solve this problem that provide the same result.
Storing the result of the input flow in a temporary location
In this Job, the results of the input flow are stored in a temporary location (either in a file or in memory (cache)) to reduce the processing time when processing large sets of data or if your input flow is complex.
This Job will use the following components:
- a tFileInputDelimited, tReplicate and two tMap components to create two input flows.
- Two tHashOutput and tHashinput components to store and use the results from a temporary location.
- a third tMap component and a tLogRow. to print the results in the console.