Monday, March 2, 2015

Pass data from one job to another using tBufferOutput in Talend

Sample Data;


Job 1:



Schema for fix flow input:



Now we want to pass above data into another job. So create new job and put tRunJob and tLogRow.

Job 2:



In RunJob select the Job1 name and go to its setting (component),
now click on Edit Schema and copy/paste the BufferOutput same schema (see above image)


Final Output:




No comments:

Post a Comment