<?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 Re: Unzip file from website using certicate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214273#M625124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can automate steps 1 to 5 with a batch script that uses a tool like curl or wget to retrieve the file and 7zip to unzip the file. You can then load the files in Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2016 11:46:09 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-11-23T11:46:09Z</dc:date>
    <item>
      <title>Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214272#M625123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, hope you can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the situation:&lt;/P&gt;&lt;P&gt;1) I have a website on which cloud data is made accessible&lt;/P&gt;&lt;P&gt;2) I can access the website through a certificate and key&lt;/P&gt;&lt;P&gt;3) It then prompts me to download/open a zip.file&lt;/P&gt;&lt;P&gt;4) This I download and store in a QV directory&lt;/P&gt;&lt;P&gt;5) The file needs to be unzipped. I've downloaded 7zip for this.&lt;/P&gt;&lt;P&gt;6) Result Files are in JSON and CSV format&lt;/P&gt;&lt;P&gt;7) Qlikview needs to pull data into a datamodel for me to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first 6 steps can of course be done manually. It would be great if we could automate the whole process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I've tried:&lt;/P&gt;&lt;P&gt;Using REST connector to connect to website using certifcate and key. The result is a response header with a single line table containing data &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Content-Disposition]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Transfer-Encoding]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Connection]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Strict-Transport-Security]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Content-Security-Policy-Report-Only]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[X-Frame-Options]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[X-Content-Type-Options]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[X-XSS-Protection]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Public-Key-Pins-Report-Only]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Content-Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Server]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[__KEY__response_header] &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No clue what to do next. Any ideas?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 10:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214272#M625123</guid>
      <dc:creator>Suus</dc:creator>
      <dc:date>2016-11-23T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214273#M625124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can automate steps 1 to 5 with a batch script that uses a tool like curl or wget to retrieve the file and 7zip to unzip the file. You can then load the files in Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214273#M625124</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-23T11:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214274#M625125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"...you can then load the files in Qlikview". Could you specify how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 13:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214274#M625125</guid>
      <dc:creator>Suus</dc:creator>
      <dc:date>2016-11-23T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214275#M625126</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 can't really comment on the REST Connector, as it's not a part of the Qlik Web Connectors. So, I'd recommend posting this on other more appropriate spaces and groups within the community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a Web Connectors point of view, I don't think that the General Connector (an equivalent to the REST connector) would work for you because it doesn't support client certificates, which I think you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry we can't be of more help from this team.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 13:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214275#M625126</guid>
      <dc:creator>Darren_Ball</dc:creator>
      <dc:date>2016-11-23T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214276#M625127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this video:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="4955" data-objecttype="102" href="https://community.qlik.com/docs/DOC-4955"&gt;Load Data from Excel&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That video is about an excel file, but you use the same dialog to load data from a csv or json file. Only you specify &lt;EM&gt;Delimited&lt;/EM&gt; as File Type for csv files and &lt;EM&gt;Json&lt;/EM&gt; for json files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 17:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214276#M625127</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-11-23T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214277#M625128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lol... this works... Who knew. I thought only the preset options could be used. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 11:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214277#M625128</guid>
      <dc:creator>Suus</dc:creator>
      <dc:date>2016-12-08T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214278#M625129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. could you elaborate on curl or wget a bit more? Any URL's, list of steps, example?&lt;/P&gt;&lt;P&gt;2. Any clue how to run the execute unzip command through QMC? (it works fine locally)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 11:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214278#M625129</guid>
      <dc:creator>Suus</dc:creator>
      <dc:date>2016-12-08T11:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unzip file from website using certicate</title>
      <link>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214279#M625130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Use your favorite we search engine to search for: wget curl client certificate&lt;/P&gt;&lt;P&gt;2. Change the server settings to allow execution of external commands. This is a security risk. If you don't like it then run the unzip in an external batch file and schedule it with a Windows Scheduled Task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 12:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unzip-file-from-website-using-certicate/m-p/1214279#M625130</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-12-08T12:35:18Z</dc:date>
    </item>
  </channel>
</rss>

