I am trying to replicate a abinitio job in talend.
I have two starting point(conditional) in the job, and I am using tjava IF Trigger to make any one of the sub-job execute.
Now since, either one of the sub-job would execute, I am willing to put just one tFileInputDelimited and converge both the Subjob data flow to one.
I tried using tUnite, but by doing that, two-jobs are getting combined. And single subjob cannot have two trigger starting point. I am getting error in such case.
once way is to use intermediate file and then again read from it. But this won't be replication of abinitio job. So difficult to convince.
The input data could be very large, so I am not sure if joining of tmap would be a good approach.
Can someone suggest some better approach, please suggest.