Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@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 , 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.
Yes i have used logic as tFilelist->iterate->tS3Put
Thanks all