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: 
aminegac
Creator
Creator

how to make 2 iteration from 2 different input components and put them simultaneously into 1 component?

hi , i need to make 2 kind of iterations to extract 2 different value from 2 different components so i can use then both those extracted values into a third component . my case is that i need to iterate through emails and also iterate through file names so i can send emails to 1 adress having 1 file at the same time .

i successfully could send email to muplitple emails with only 1 same file , each different adress will recieve that 1 file , but when i iterate through files to dynamically send multiple files to those different emails , the job sticks to only first email and first file and sends multiple emails to same person and having same file !!

check the photo for the problem .

Talend OS 4 yrs / Java 17 Web Dev
Labels (5)
2 Replies
Anonymous
Not applicable

Hi

In your case, tFileList will execute for each iteration, what are your expected result?

 

Regards

Shong

 

aminegac
Creator
Creator
Author

hi ,

the result should be like what the log showing , it should get file_1 file_2 file_1 file_2 which are read in 4 different iterations , but what happens is that the emails sent , have always file_1 in all 4 mails , also the 4 mails are sent to first adress not adress_1 and adress_2

Talend OS 4 yrs / Java 17 Web Dev