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
------------------------------
Original Message:
Sent: 07-30-2024 07:20
From: Anonymous Member
Subject: Not able to uncompress file stored in S3 in RIH
This message was posted by a user wishing to remain anonymous
Hi Team,
I want to uncompressed the file stored in s3 bucket, but getting the below error.
Can anyone help me to understand how to resolve this?