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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Karuetl
Creator II
Creator II

Zip file from application

I have an URL which downloads the Zipfile.

 

Let me know which component to use to download the file to the specified location and unzip it and read the file and load it into table

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi  

You can try tFileFetch component to download a file from internet. 

 

Regards

Shong

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@Karuetl,if you have your zip file in FTP location,you cna use tFTPGet to get the file into local machine and you can use tFileUnarchive to unzip it and proceed with next.

Anonymous
Not applicable

Hi  

You can try tFileFetch component to download a file from internet. 

 

Regards

Shong