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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unzip files on server

Dear Members,

I have to make a QlikView report from log messages.

My web application is deployed on Linux machine.It is generating log files.

I zipped these log files and sent to QlikView server. How to unzip these files in QlikView server?

Which command I will have to use for this requirement?

Thanks

Labels (1)
1 Reply
Not applicable
Author

I'm guessing you mean unzipping your log files without just RDP'ing into your server, right?

You could probably try a command-line unzip program, like PKZIP:

Then, within a QV app, use a Launch action to run it: External > Launch > pkunzip.exe *.zip c:\QVLogs