Hello
As I can see, you have some path in S3 to the file in the field of file content.
However, for uncompression purposes, you should use the compressed content. If your file is in S3, you should:
- first create the S3 connection
- then download the file from S3 using the S3 connector
- and then use that compressed content as file contents for uncompression.
Let me show you a short example. I just created a recipe to demonstrate the entire process.
In S3 connection i used a bucket with file so here i just need a file name

test input

test output

Than i uncompress the downloaded content

test input

test output

then i print in log uncompressed file content

content of csv file

uncompressed content that was downloaded from s3
Screenshot of entire recipe

------------------------------
Dmitry Ishmitov
Software engineer
Reltio
Lisbon
------------------------------