Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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
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
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.