Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Converting a file zip downloaded from server ftp to format gzip

Hi everyone, so i need a little help over here. 

I'm working on this job, where thanks to the tFTPGet i download a zip folder from an FTP server.

Now, the thing that i have to do, is to take this zip folder that i toke from the component FTPGET and convert this zip folder into gzip folder. How can i do this? I have already searched in the community, looking for something similar to my task, but i haven't find a single thing. Any suggestion? 

I will also upload an image of my job, so everybody can understand what i'm asking.

In the image below, "copia file da ftp" is where i take the zip folder from the ftp server, then next to it you can see the component named "estrai file compresso", where i unzip the folder previously downloaded.

I need to convert the zip folder to the gzip right after i downloaded i think. Thanks in advance

 

 

Labels (2)
2 Replies
TRF
Champion II
Champion II

tFileArchive/tFileUnarchive is what you need, but as it seems you're using these components in your job, maybe I didn't understood the question.
Anonymous
Not applicable
Author

Yes, i already use these components, the thing is that after that i take the folder from the ftp server in the zip format, i have to convert it into gzip format, right after i toke it from the ftp server with the tFTPGET component