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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Karuetl
Creator II
Creator II

Loading all files into S3

I am trying to load all files (example 4 files in a folder )in the folder into S3 as below , but it is only loading the last file as 4 times into the s3 . How can i achieve loading all 4 different files into the S3 

0683p000009Lt0b.png

 

 

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

@Karuetl , why dont you link tFilelist->iterate->tS3Put (use file name of tfilelist variable in tS3Put dynamically) .I dont see any value addition of 3 iterate links (loop under loop under loop) ..not required.

View solution in original post

3 Replies
TRF
Champion II
Champion II

Hi,
Because tJava is executed first and only once for the subjob. So, based on your job design, this is a normal behaviour.
Can you detail the steps you try to achieve with this job?
Anonymous
Not applicable

@Karuetl , why dont you link tFilelist->iterate->tS3Put (use file name of tfilelist variable in tS3Put dynamically) .I dont see any value addition of 3 iterate links (loop under loop under loop) ..not required.

Karuetl
Creator II
Creator II
Author

Yes i have used logic as  tFilelist->iterate->tS3Put 

 

Thanks all