<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to unzip files in qlikview ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960677#M329735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;I have one zip file with 10 Excel files .&lt;/P&gt;&lt;P&gt;How to Unzip files in Qlikview (With out using Any Software like 7Z,Winrar,unzip,......etc)&lt;/P&gt;&lt;P&gt;Note : I don't want to install any software (Extract/Unzip data with Qlikview Script)&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 07:21:13 GMT</pubDate>
    <dc:creator>madhubabum</dc:creator>
    <dc:date>2015-10-26T07:21:13Z</dc:date>
    <item>
      <title>How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960677#M329735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;I have one zip file with 10 Excel files .&lt;/P&gt;&lt;P&gt;How to Unzip files in Qlikview (With out using Any Software like 7Z,Winrar,unzip,......etc)&lt;/P&gt;&lt;P&gt;Note : I don't want to install any software (Extract/Unzip data with Qlikview Script)&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960677#M329735</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-10-26T07:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960678#M329736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/404069"&gt;Re: can i unzip a file in Qlikview?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960678#M329736</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-10-26T07:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960679#M329737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the way you can do unzip.But you should have 7zip already installed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;To unzip the file from qlikview and script and then reload:&lt;/P&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;execute "c:\Program Files\7-Zip\7z.exe" e "C:\Ifilelocationpath\TABLE.zip" -y -oc:\destination\&lt;/P&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960679#M329737</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-10-26T07:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960680#M329738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use PowerShell which is included with any Windows - but not necessarily activated. The best is to use the latest PowerShell 5 - which gives the most complete functionality for handling ZIP-files. PowerShell use the .NET built-in System.IO.Compression namespace which provides it with the necessary methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you Google "Use PowerShell to Extract Zipped Files" and go to the Microsoft TechNet site you will find a recipe.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960680#M329738</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-26T07:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960681#M329739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you can do it by using the COM Shell which is built-into every single Windows by either using PowerShell or VBScript. This is the same unzip that your Windows Explorer file manager is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the PowerShell version of it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14458478763662069" jivemacro_uid="_14458478763662069"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;$shell_app&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;object &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;com shell&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;application&lt;BR /&gt;$filename &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"myExcelFiles.zip"&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;$zip_file &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; $shell_app&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;namespace&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;((&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Get&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Location&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Path&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #800000;"&gt;"\$filename"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;$destination &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; $shell_app&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;namespace&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;((&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Get&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Location&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Path&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;$destination&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Copyhere&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;$zip_file&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;items&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(),0x14)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x14 means overwrite and don't prompt or show progress&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;Here is a one-liner of VBscript that does exactly the same:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1445847718381728 jive_text_macro" jivemacro_uid="_1445847718381728"&gt;
&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;CreateObject("shell.application").NameSpace("c:\users\a-user\downloads\destdir\").Copyhere CreateObject("shell.application").NameSpace("c:\users\a-user\downloads\p.zip").items() , 20&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;20 at the end means overwrite and don't show progress or prompt... if you remove the parameter you see the regular progress window ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;It has to be put in a .vbs file&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;This can be executed from the load script by using EXECUTE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;Like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14458479375886928" jivemacro_uid="_14458479375886928" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;EXECUTE cmd /c unzip.vbs;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;A much more readable and understandable version of the VBscript would be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14458483536091446" jivemacro_uid="_14458483536091446"&gt;
&lt;P&gt;set shellApp = CreateObject("shell.application")&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;set zip = shellApp.NameSpace("c:\users\petter\downloads\testzip\p.zip")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;set dest = shellApp.NameSpace("c:\users\petter\downloads\testzip\")&lt;/P&gt;
&lt;P&gt;dest.Copyhere zip.items() , 20&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 08:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960681#M329739</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-26T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960682#M329740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try out the suggestion I provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 19:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960682#M329740</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-27T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960683#M329741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working fine&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 07:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960683#M329741</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2015-10-28T07:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960684#M329742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; could you please close the thread by marking it as answered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 12:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960684#M329742</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-28T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960685#M329743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/192025"&gt;petter.skjolden&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to unzip a web file (sharepoint file). But it is not unzipping the file. Even I'm not getting any popup if I use&lt;/P&gt;&lt;P&gt;MsgBox(Err.Description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me? I'm not good in VBS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 19:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960685#M329743</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2016-04-04T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960686#M329744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't unzip a web file. Unzipping works only on local files. So the file has to be downloaded first from SharePoint and then it can be unzipped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 19:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960686#M329744</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-04T19:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960687#M329745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T‌hanks, &lt;A href="https://community.qlik.com/qlik-users/192025"&gt;petter.skjolden&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the VBS code for downloading a web or sharepoint file to local? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 20:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960687#M329745</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2016-04-04T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960688#M329746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should post this as a new question. This question has been marked as answered by Madhu Babu already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 20:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960688#M329746</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-04T20:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960689#M329747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working for only Single file , But in Case if we have no : of Files in One folder what is Situation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 06:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960689#M329747</guid>
      <dc:creator>munna1317</dc:creator>
      <dc:date>2017-02-16T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960690#M329748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can iterate through several zip-files of course. For a cmd-file you could use ForFiles and in a PowerShell it's trivial to iterate over some files anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 07:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/960690#M329748</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-10-15T07:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to unzip files in qlikview ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/1558180#M441048</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46510"&gt;@gautik92&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;have a look at this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/404069" target="_blank"&gt;Re: can i unzip a file in Qlikview?&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;According to my experience, there is no need to download specialized software to &lt;A href="https://www.fonecope.com/unzip-files-windows-10.html" target="_self"&gt;unzip on Windows&lt;/A&gt;. I usually use File Explorer to extract it. I also see methods like Properties and cmd. You can search for them in Google.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 03:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-unzip-files-in-qlikview/m-p/1558180#M441048</guid>
      <dc:creator>SeanMoss</dc:creator>
      <dc:date>2019-03-19T03:36:01Z</dc:date>
    </item>
  </channel>
</rss>

