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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unzip a file

Hello Experts

Is it possible execute a comand for unzip a file in my script?

1 Solution

Accepted Solutions
Not applicable
Author

7z e your_archive.zip

(you'll find more info on: http://dotnetperls.com/7-zip-examples)

View solution in original post

5 Replies
Not applicable
Author

you can use the "EXECUTE" function to run an external program with optional arguments in your qlikview script

you'll just have to get a command line unzipper program (7zip provides one) and you'll be able to do that

Not applicable
Author

Do you know the sintax of command line for unzip with 7zip?

Not applicable
Author

7z e your_archive.zip

(you'll find more info on: http://dotnetperls.com/7-zip-examples)
Not applicable
Author

Tks

Att

trey_bayne
Partner - Creator
Partner - Creator