Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz_1011
Partner - Creator
Partner - Creator

Read file content from s3

Hi all,

is it possible to fetch the whole content from a file that is stored in s3 and store the content in a variable ? - I did play around with the Read data block, but it appears this seems to only put one line at a time into my variable...any idea how i could get the full file content into one variable ?

Thanks in advance!

Labels (3)
1 Solution

Accepted Solutions
Shai_E
Support
Support

Hi @xyz_1011 ,

Just a suggestion, i remember some time ago taking an output block and inserting it at the end of a loop block, if i remember correctly this gets the whole list rather then one element from the list each time if you insert the output block inside the loop.

Best Regards

View solution in original post

2 Replies
Shai_E
Support
Support

Hi @xyz_1011 ,

Just a suggestion, i remember some time ago taking an output block and inserting it at the end of a loop block, if i remember correctly this gets the whole list rather then one element from the list each time if you insert the output block inside the loop.

Best Regards

xyz_1011
Partner - Creator
Partner - Creator
Author

Hi @Shai_E  - indeed. I put the variable outside of the loop and it then gets set with the full content of the file. Thanks.