<?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 Load data to one table from multiple RSS feeds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-to-one-table-from-multiple-RSS-feeds/m-p/1133446#M372373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to load data from these 3 RSS feeds into QV through a loop and variables, and I can't figure out why it isn't working.&amp;nbsp; I've looked up a ton of community posts, but I'm having trouble adapting them to this data.&amp;nbsp; It either errors out or loads nothing for everything I've tried.&amp;nbsp; Can someone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note: I could easily hard code them, but this is just an example &amp;amp; I need to load a lot more than just these)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;feed urls: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/local" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/local&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/nation" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/nation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/business" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/business&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD origLink,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; link,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pubDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; guid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; encoded,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [guid/isPermaLink] as isPermaLink,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [enclosure/url] as url,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [enclosure/length] as length,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [enclosure/type] as type,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/business" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/business&lt;/A&gt;&lt;SPAN&gt;' as feed&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/business" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/business&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [rss/channel/item]);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 20:01:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-11T20:01:34Z</dc:date>
    <item>
      <title>Load data to one table from multiple RSS feeds</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-to-one-table-from-multiple-RSS-feeds/m-p/1133446#M372373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to load data from these 3 RSS feeds into QV through a loop and variables, and I can't figure out why it isn't working.&amp;nbsp; I've looked up a ton of community posts, but I'm having trouble adapting them to this data.&amp;nbsp; It either errors out or loads nothing for everything I've tried.&amp;nbsp; Can someone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note: I could easily hard code them, but this is just an example &amp;amp; I need to load a lot more than just these)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;feed urls: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/local" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/local&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/nation" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/nation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/business" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/business&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD origLink,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; link,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; description,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pubDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; guid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; encoded,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [guid/isPermaLink] as isPermaLink,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [enclosure/url] as url,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [enclosure/length] as length,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [enclosure/type] as type,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/business" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/business&lt;/A&gt;&lt;SPAN&gt;' as feed&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://rssfeeds.azcentral.com/phoenix/business" rel="nofollow" target="_blank"&gt;http://rssfeeds.azcentral.com/phoenix/business&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [rss/channel/item]);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 20:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-to-one-table-from-multiple-RSS-feeds/m-p/1133446#M372373</guid>
      <dc:creator />
      <dc:date>2016-07-11T20:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load data to one table from multiple RSS feeds</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-to-one-table-from-multiple-RSS-feeds/m-p/1728188#M452140</link>
      <description>&lt;P&gt;Appreciate that this is an old post, but just in case anyone arrives here looking for an answer, I have recently posted a blog article on doing just this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/reading-rss-feeds-with-qlik-rest-connector/" target="_blank"&gt;https://www.quickintelligence.co.uk/reading-rss-feeds-with-qlik-rest-connector/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it helps someone.&lt;/P&gt;&lt;P&gt;When loading with the REST connector I would always recommend doing the REST load into a temporary table and then doing a RESIDENT load from that. You can then use a CONCATENATE statement when bringing in subsequent tables - or ensure all tables have exactly the same columns.&lt;/P&gt;&lt;P&gt;Hope that helps someone.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 20:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-to-one-table-from-multiple-RSS-feeds/m-p/1728188#M452140</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-07-15T20:05:15Z</dc:date>
    </item>
  </channel>
</rss>

