<?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: Loading file names from URL in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110272#M595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying.&lt;/P&gt;&lt;P&gt;I would recommend the customer to flag an item with an image in their ERP and I'll use this field for filtering.&lt;/P&gt;&lt;P&gt;Looks to me much easier to handle...:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 15:06:48 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2018-09-11T15:06:48Z</dc:date>
    <item>
      <title>Loading file names from URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110268#M591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mu app loads images from URL based on a string that I build in script for each item:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ccc.com/images/upload/products/new-products/3/XXX.jpg" title="https://ccc.com/images/upload/products/new-products/3/XXX.jpg"&gt;https://ccc.com/images/upload/products/new-products/3/XXX.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While a URL is defined for each item, not all items have images yet.&lt;/P&gt;&lt;P&gt;I would like to retrieve the existing file names so I can add a filter for the user to select only items that have images.&lt;/P&gt;&lt;P&gt;How can I load the files or their names from the URL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 05:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110268#M591</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-09-10T05:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading file names from URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110269#M592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no built in way to iterate over files in a http location. Does that url supply a directory if you query at a higher level? eg &lt;A href="https://ccc.com/images/upload/products/new-products/3/" title="https://ccc.com/images/upload/products/new-products/3/"&gt;https://ccc.com/images/upload/products/new-products/3/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, use this URL to get the directory, parse the content and load the relevant images.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 06:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110269#M592</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-09-10T06:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading file names from URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110270#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to access the link of directory, I get the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You don't have permission to access /images/upload/products/new-products/3/ on this server.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Assuming there are permissions, how can I query and parse the content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 06:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110270#M593</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-09-10T06:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading file names from URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110271#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That normally means that there is no directory. There is no standard governs how the directory appears. If its text, you can load as a text source. Otherwise, use and XML load to load from the web page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 10:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110271#M594</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-09-11T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading file names from URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110272#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying.&lt;/P&gt;&lt;P&gt;I would recommend the customer to flag an item with an image in their ERP and I'll use this field for filtering.&lt;/P&gt;&lt;P&gt;Looks to me much easier to handle...:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 15:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Loading-file-names-from-URL/m-p/110272#M595</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-09-11T15:06:48Z</dc:date>
    </item>
  </channel>
</rss>

