Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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.
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.