Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
hako_sfc_93200
Contributor
Contributor

Flow blocked at tXmlMap

Hello,

 

I have problem at my Txmlmap. The rows stay blocked until the end of treatment (and when treatment is end, the data are pass) :

 

0683p000009M96A.png

 
There is a way to retrieve records line by line after my Txmlmap ?
 
Thx.
Labels (2)
3 Replies
Anonymous
Not applicable

A quick question, do you want to call Restful API for each record extracting from DB?
hako_sfc_93200
Contributor
Contributor
Author

yes it is.

Anonymous
Not applicable

Add a tFlowToIterate after tOracleInput to iterate each record, it will handle each record one by one. eg:
tOracleInput--(row1)main->tFlowToIterte--iterate--tIterateToFlow---main--tXMLMap.....

Regards
Shong