You are not logged in.
Pages: 1
Post reply
Hello,I define a subjob (to filter and union several data sources) and I want to get the result via a data flow into a parent job.How can I define the output data flow into the child job ?My Talend version is the last one : 2.4.1 and I use Java
Offline
ok I find the solution with tBufferOutput.I just define a schema for the tBufferOutput component and reuse this schema into the tRunJob ... Thx