<?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 a .csv file load from a password protected internet location? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498184#M686287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik-community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load a bunch of .csv files that are located on an internet resource. I know I can load them with this simall peace of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working load&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13895530241603123" jivemacro_uid="_13895530241603123"&gt;
&lt;P&gt;LOAD id,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtestt/qvtest.csv"&gt;http://www.rpostma.com/qvtestt/qvtest.csv&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, how I can load exactly this same test-file from a &lt;STRONG&gt;password-protected&lt;/STRONG&gt; location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load that does &lt;SPAN style="color: #ff0000;"&gt;NOT&lt;/SPAN&gt; work&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_13895531137731863 jive_macro_code" jivemacro_uid="_13895531137731863" modifiedtitle="true"&gt;
&lt;P&gt;LOAD id,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtest/qvtest.csv"&gt;http://www.rpostma.com/qvtest/qvtest.csv&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As visible in my test-code, I prepared a testfile in 2 different folders (qvtestt (working) and &lt;SPAN style="color: #ff0000;"&gt;qvtest, not working&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When these below mentioned links are opened in a webbrowser, the 2nd (and NOT working) URL requires a password.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtestt/qvtest.csv"&gt;http://www.rpostma.com/qvtestt/qvtest.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtest/qvtest.csv"&gt;http://www.rpostma.com/qvtest/qvtest.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My questions are these&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- [Question 1]: Can the load-script be modified to include the&amp;nbsp; username/password?&lt;/P&gt;&lt;P&gt;- [Question 2]: If not, what would be the best way to load these files into Qlikview (perhaps via a Macro? Or another approach? And in that case, could you give a working example for how it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The username / password for the password-protected url is:&lt;/P&gt;&lt;P&gt;- user name: qvtest &lt;/P&gt;&lt;P&gt;- password: qvtest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious about what's possible. Thanks in advance for your contributions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jan 2014 19:05:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-12T19:05:13Z</dc:date>
    <item>
      <title>How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498184#M686287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik-community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load a bunch of .csv files that are located on an internet resource. I know I can load them with this simall peace of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Working load&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13895530241603123" jivemacro_uid="_13895530241603123"&gt;
&lt;P&gt;LOAD id,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtestt/qvtest.csv"&gt;http://www.rpostma.com/qvtestt/qvtest.csv&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, how I can load exactly this same test-file from a &lt;STRONG&gt;password-protected&lt;/STRONG&gt; location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load that does &lt;SPAN style="color: #ff0000;"&gt;NOT&lt;/SPAN&gt; work&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_13895531137731863 jive_macro_code" jivemacro_uid="_13895531137731863" modifiedtitle="true"&gt;
&lt;P&gt;LOAD id,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtest/qvtest.csv"&gt;http://www.rpostma.com/qvtest/qvtest.csv&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As visible in my test-code, I prepared a testfile in 2 different folders (qvtestt (working) and &lt;SPAN style="color: #ff0000;"&gt;qvtest, not working&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When these below mentioned links are opened in a webbrowser, the 2nd (and NOT working) URL requires a password.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtestt/qvtest.csv"&gt;http://www.rpostma.com/qvtestt/qvtest.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.rpostma.com/qvtest/qvtest.csv"&gt;http://www.rpostma.com/qvtest/qvtest.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My questions are these&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- [Question 1]: Can the load-script be modified to include the&amp;nbsp; username/password?&lt;/P&gt;&lt;P&gt;- [Question 2]: If not, what would be the best way to load these files into Qlikview (perhaps via a Macro? Or another approach? And in that case, could you give a working example for how it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The username / password for the password-protected url is:&lt;/P&gt;&lt;P&gt;- user name: qvtest &lt;/P&gt;&lt;P&gt;- password: qvtest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious about what's possible. Thanks in advance for your contributions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 19:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498184#M686287</guid>
      <dc:creator />
      <dc:date>2014-01-12T19:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498185#M686288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;P&gt;Also if it is NOT possible in Qlikview, it is interesting for me to know. I however have the feeling that there is some way to fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relevant references or links are also very welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498185#M686288</guid>
      <dc:creator />
      <dc:date>2014-01-14T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498186#M686289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qvtest:qvtest@www.rpostma.com/qvtest/qvtest.csv"&gt;http://qvtest:qvtest@www.rpostma.com/qvtest/qvtest.csv&lt;/A&gt;&lt;A class="jive-link-email-small" href="mailto:qvtest@www.rpostma.com"&gt;qvtest@www.rpostma.com&lt;/A&gt;&lt;SPAN&gt;/qvtest/qvtest.csv]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 21:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498186#M686289</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-15T21:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498187#M686290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 21:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498187#M686290</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-15T21:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498188#M686291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sometime ago I wanted to extract information from a password protected URL: However, at that time I couldn't find a suitable answer. I thought the only way was to develop a custom connector. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know it was that easy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 23:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498188#M686291</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-01-15T23:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498189#M686292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;P&gt;I didn't know that it was possible to send the credentials this way. This helps me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 15:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/498189#M686292</guid>
      <dc:creator />
      <dc:date>2014-01-16T15:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to a .csv file load from a password protected internet location?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/1754092#M686293</link>
      <description>&lt;P&gt;we only have qliksense cloud... can you paste the load script code in here?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 12:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-a-csv-file-load-from-a-password-protected-internet/m-p/1754092#M686293</guid>
      <dc:creator>mama25macs</dc:creator>
      <dc:date>2020-10-20T12:43:35Z</dc:date>
    </item>
  </channel>
</rss>

