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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Iterate connection from tDBInput (generic) on Talend 7.2.1

Hi, I can see the tDBInput (generic version available in Talend 7.2.1) has not only the Row connection but even the Iterate one. 

Is it something that generates an iteration over the queried records? Because looking at the code, the Iterate connection seems to just loop over the records without actually making the data available (for example as a global variable).

 

Thank you!

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The iterate is a trigger to call subjobs.

The order is: the component first send one flow record and than calls one iterate trigger.

If you want to work with the data you have to use the flow.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

The iterate is a trigger to call subjobs.

The order is: the component first send one flow record and than calls one iterate trigger.

If you want to work with the data you have to use the flow.