<?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 Need to know Execute command to unzip file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206502#M1207056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I worked it out.&lt;/P&gt;&lt;P&gt;The syntax is Execute unzip test&lt;/P&gt;&lt;P&gt;(where test is my zip file test.zip)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Dec 2009 18:34:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-19T18:34:31Z</dc:date>
    <item>
      <title>Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206498#M1207052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need correct syntax for unzipping all file in a particular folder using execut command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206498#M1207052</guid>
      <dc:creator />
      <dc:date>2009-12-11T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206499#M1207053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute launches a command line statement so it depends on what unzipping software you're using.&lt;/P&gt;&lt;P&gt;Look up the command line parameters for your software (Google should be able to help you out).&lt;/P&gt;&lt;P&gt;If you download winzip for example, the syntax would be:&lt;/P&gt;&lt;P&gt;Execute winzip32 -e [options] filename[.zip] folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 12:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206499#M1207053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-11T12:51:03Z</dc:date>
    </item>
    <item>
      <title>Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206500#M1207054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.but Iam beginner .so will u pls tell me .If i want to unzip a file named example in folder workExample.What is the exact way.Iam using winzip only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 14:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206500#M1207054</guid>
      <dc:creator />
      <dc:date>2009-12-11T14:55:38Z</dc:date>
    </item>
    <item>
      <title>Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206501#M1207055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant use unzip in execute till now.Can anyone provide me with exact syntax with example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 20:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206501#M1207055</guid>
      <dc:creator />
      <dc:date>2009-12-16T20:49:15Z</dc:date>
    </item>
    <item>
      <title>Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206502#M1207056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I worked it out.&lt;/P&gt;&lt;P&gt;The syntax is Execute unzip test&lt;/P&gt;&lt;P&gt;(where test is my zip file test.zip)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Dec 2009 18:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206502#M1207056</guid>
      <dc:creator />
      <dc:date>2009-12-19T18:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206503#M1207057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following works with 7zip:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;STRONG&gt;execute "c:\Program Files\7-Zip\7z.exe" e "&lt;SPAN style="text-decoration: underline;"&gt;C:\QVSource\Temp\My CSV File.zip&lt;/SPAN&gt;" -y -o&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;c:\QVSource\Temp&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need 7zip installed and to change the second two underlined paths to suit your needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206503#M1207057</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2013-10-10T12:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206504#M1207058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I know this is an old post but is there to zip files in a macro. I don't want to use a bat file for this&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206504#M1207058</guid>
      <dc:creator />
      <dc:date>2015-09-10T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know Execute command to unzip file</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206505#M1207059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help! I use 7zip and I need to export 7zip file when reload in QV.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I use these code:&lt;BR /&gt;&lt;STRONG style="font-size: 12px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: #000000;"&gt;execute "c:\Program Files\7-Zip\7z.exe" e "&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline;"&gt;D:\archive\File_for_export\My CSV File.zip&lt;/SPAN&gt;" -y -o &lt;STRONG style="color: #000000; font-size: 12px; font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit;"&gt;D:\archive&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: #000000;"&gt;&lt;STRONG style="color: #000000; font-size: 12px; font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: #000000;"&gt;&lt;STRONG style="font-size: 12px; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Any sugestion,what I do wrong?&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 11:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-know-Execute-command-to-unzip-file/m-p/206505#M1207059</guid>
      <dc:creator />
      <dc:date>2016-07-18T11:57:36Z</dc:date>
    </item>
  </channel>
</rss>

