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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Difference between Main and Iterate

Hi,

 

Can you please tell me what's the difference between Main and Iterate as shown in the attached screen shot?

 

Regards

Tarunjit Singh

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

4 Replies
manodwhb
Champion II
Champion II

In the main,the same schema output would be copied from one component to next  component

 

In the Iterate ,it will execute no.of times the doumnstreem component based on the no.of records coming from the above component,where we define iterate.

TRF
Champion II
Champion II

Hi,
Use Main to transmit flow data to the next component which must be able to accept an input flow.
Use Iterate to iterate row by row over the next component which must be à startable component.
Refer to the following link for a complete information about different connector types https://help.talend.com/reader/lChEGrKIFb8DXl9sRsX~~A/NMzxcG7WNK7Ym7Ei6HkVHg

Hope this helps.
manodwhb
Champion II
Champion II

Did it help you?

Anonymous
Not applicable
Author

Sorry for the delayed response. Actually i was out of office for some days.