Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Conkers
Contributor III
Contributor III

Split a workflow?

Hello

I have the below workflow, where I need to split the flow so that both tFileInputXML (XXX) and tFileInputXML (XXXX) are processed together based on files appearing in a particular location.  Both XXX and XXXX are extracted from the same XML document.  Is this possible, or is there another way??0683p000009Ma0T.png

Using Talend 7.2.1

I can process one of the tFileInputXML components, but not the two tFileInputXML components together.

Labels (3)
2 Replies
TRF
Champion II
Champion II

As you can see on your job design, as soon as you have 2 or more inputs for the same tMap component, one is the main and the other(s) is (are) the lookup(s).

If you want to accumulate rows issued from both inputs you can flow this design:

tFileList-(iterate)->tFileInputXML->tMap->tHashOutput
|
(OnSubjobOK)
|
tHashInput->tLogRow

 

Conkers
Contributor III
Contributor III
Author

Thanks for the response.  The rest of the flow (with Main and Lookup) works as I require it, I just need a way (if possible) to use the tWaitforfile (or other) to work with two outputs