Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have talend job that works as designed, except that I need to create a parent-child relationship between the two custom objects and to do so i need the first custom object to load before the second custom object.
I have read a bunch of documentation, regarding the tFixedInputFlow, but because I need the output of the tmap for both tsalesforceoutput components I don't believe this will work. I have also tried to use tSleep to pause the second/related custom object, so the first custom object can load completely and this did not work either.
What am I missing?
I have attached a simple representation of the real job, and all I want to do is load the patient output completely, before the patient_encounter output.
Your help is greatly appreciated.