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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Iterate tOracleInput using tIterateToFlow

Hi,
How can I retrieve the values from columns when trying to iterate tOracleInput using tIteratetoFlow?
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

you want to process values from database and use them to other component if it is the case then tIteratetoFlow is not component to use. you have to use tFlowToIterate component where in you can get values from database into global map variable.
check below KB article which will explain you best.
https://help.talend.com/search/all?query=tFlowToIterate&content-lang=en

View solution in original post

3 Replies
Anonymous
Not applicable
Author

design job like below.
tOracleInput -----Iterate---tIteratetoFlow---Main---ouput
put more details for more help.
Anonymous
Not applicable
Author

Hi, Thanks for the reply. How can I configure the value column(in basic settings) of tIterateFlow component to retrieve the values from the tOracleInput component?
Anonymous
Not applicable
Author

you want to process values from database and use them to other component if it is the case then tIteratetoFlow is not component to use. you have to use tFlowToIterate component where in you can get values from database into global map variable.
check below KB article which will explain you best.
https://help.talend.com/search/all?query=tFlowToIterate&content-lang=en