<?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: Rest connector to RSS feed in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956412#M11085</link>
    <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;Hope you don't mind, but I was interested in seeing what I could do with the feed, so have tidied up the load a bit.&lt;/P&gt;
&lt;P&gt;I have a REST connector setup called GenericGET, which just points to&amp;nbsp;&lt;A href="https://jsonplaceholder.typicode.com/posts," target="_blank"&gt;https://jsonplaceholder.typicode.com/posts,&lt;/A&gt;&amp;nbsp;and then I use WITH CONNECTION to inject the URL. This means the search can come from a variable.&lt;/P&gt;
&lt;P&gt;You could then put in a loop to do many different searches and concatenate the results (you would need to remember the mapping table would have IDs from 1 each time round the loop though.&lt;/P&gt;
&lt;P&gt;Here's the code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let vSearch = 'Qlik';

LIB CONNECT TO 'GenericGET';

RestConnectorMasterTable:
SQL SELECT 
	"__KEY_rss",
	(SELECT 
		(SELECT 
			"title",
			"link",
			"pubDate",
			"description",
			"__KEY_item",
			"__FK_item",
			(SELECT 
			FROM "guid"),
			(SELECT 
				"attr:url" AS "url",
				"@Content" AS "@Content_u0",
				"__FK_source"
			FROM "source" FK "__FK_source" ContentFieldAlias "@Content_u0")
		FROM "item" PK "__KEY_item" FK "__FK_item")
	FROM "channel" PK "__KEY_channel" FK "__FK_channel")
FROM XML "rss" PK "__KEY_rss"
WITH CONNECTION
(URL "https://news.google.com/rss/search?q=$(vSearch)&amp;amp;hl=en-US&amp;amp;gl=US&amp;amp;ceid=US:en");

Map_URL:
MAPPING LOAD	
	[__FK_source],
	[url]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_source]);


Articles:
LOAD
	*,
    Date(DayStart([Date Time]), 'DD MMM YYYY') 	as Date,
    Time(Round(
    	[Date Time] - floor([Date Time]), 1/1440),
        							'hh:mm')	as Time,
    Date(MonthStart([Date Time]), 'MMM YYYY') 	as Month,
    Month([Date Time])							as [Month Name],
    WeekDay([Date Time])						as [Week Day],
    Hour([Date Time])							as Hour
    ;
LOAD	
    [title]								as Title,
	[link]								as Link,
	Date(Date#(mid([pubDate], 6, 20),
    		'DD MMM YYYY hh:mm:ss'),
    		'DD MMM YYYY hh:mm:ss')		as [Date Time],
	[description]						as Description,
	ApplyMap('Map_URL', [__KEY_item], 'Not Known') as [Source URL]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_item]);

DROP TABLE RestConnectorMasterTable;
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 11:41:05 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2022-07-15T11:41:05Z</dc:date>
    <item>
      <title>Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1955039#M11060</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate if some one can help with connection to RSS feed using rest connector in QLIKSENSE to below link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://news.google.com/rss/search?q=qlik&amp;amp;hl=en-US&amp;amp;gl=US&amp;amp;ceid=US:en" target="_blank" rel="noopener"&gt;https://news.google.com/rss/search?q=qlik&amp;amp;hl=en-US&amp;amp;gl=US&amp;amp;ceid=US:en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i tried but its giving error to check connection parameter. am i missing any steps or doing something wrong as i simply put url as above and connected using Windows Login credential.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojciti_0-1657698620724.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84029iF18236E557CB4C5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojciti_0-1657698620724.png" alt="manojciti_0-1657698620724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik REST Connector" id="qlikRESTConnector"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; &lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp; &amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28783"&gt;@mountaindude&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 10:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1955039#M11060</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-07-15T10:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956402#M11083</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/165785"&gt;@manojciti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No Windows Login Credential required.&lt;/P&gt;
&lt;P&gt;In Sense Desktop I just pasted in that URL and clicked Test Connection and it worked. I then renamed the connection and created it and was able to pull the list of articles.&lt;/P&gt;
&lt;P&gt;You may want to take a look at this article at pulling data from RSS:&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;There is also a link at the bottom of the post to an app you can download to view data once you have loaded it.&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956402#M11083</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-07-15T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956406#M11084</link>
      <description>&lt;P&gt;HI Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Actually I'm trying to connect from Qlik Sense enterprise Feb 22 and not desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;simply putting url and clicking test connection and getting this error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojciti_0-1657884546902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84286iE690AEA8D1B69AED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojciti_0-1657884546902.png" alt="manojciti_0-1657884546902.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any setting I need to configure in QMC for allowing internet website or something because I'm unable to connect any&amp;nbsp; external website using REST connector but able to connect internal SharePoint URLs n all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956406#M11084</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-07-15T11:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956412#M11085</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;Hope you don't mind, but I was interested in seeing what I could do with the feed, so have tidied up the load a bit.&lt;/P&gt;
&lt;P&gt;I have a REST connector setup called GenericGET, which just points to&amp;nbsp;&lt;A href="https://jsonplaceholder.typicode.com/posts," target="_blank"&gt;https://jsonplaceholder.typicode.com/posts,&lt;/A&gt;&amp;nbsp;and then I use WITH CONNECTION to inject the URL. This means the search can come from a variable.&lt;/P&gt;
&lt;P&gt;You could then put in a loop to do many different searches and concatenate the results (you would need to remember the mapping table would have IDs from 1 each time round the loop though.&lt;/P&gt;
&lt;P&gt;Here's the code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let vSearch = 'Qlik';

LIB CONNECT TO 'GenericGET';

RestConnectorMasterTable:
SQL SELECT 
	"__KEY_rss",
	(SELECT 
		(SELECT 
			"title",
			"link",
			"pubDate",
			"description",
			"__KEY_item",
			"__FK_item",
			(SELECT 
			FROM "guid"),
			(SELECT 
				"attr:url" AS "url",
				"@Content" AS "@Content_u0",
				"__FK_source"
			FROM "source" FK "__FK_source" ContentFieldAlias "@Content_u0")
		FROM "item" PK "__KEY_item" FK "__FK_item")
	FROM "channel" PK "__KEY_channel" FK "__FK_channel")
FROM XML "rss" PK "__KEY_rss"
WITH CONNECTION
(URL "https://news.google.com/rss/search?q=$(vSearch)&amp;amp;hl=en-US&amp;amp;gl=US&amp;amp;ceid=US:en");

Map_URL:
MAPPING LOAD	
	[__FK_source],
	[url]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_source]);


Articles:
LOAD
	*,
    Date(DayStart([Date Time]), 'DD MMM YYYY') 	as Date,
    Time(Round(
    	[Date Time] - floor([Date Time]), 1/1440),
        							'hh:mm')	as Time,
    Date(MonthStart([Date Time]), 'MMM YYYY') 	as Month,
    Month([Date Time])							as [Month Name],
    WeekDay([Date Time])						as [Week Day],
    Hour([Date Time])							as Hour
    ;
LOAD	
    [title]								as Title,
	[link]								as Link,
	Date(Date#(mid([pubDate], 6, 20),
    		'DD MMM YYYY hh:mm:ss'),
    		'DD MMM YYYY hh:mm:ss')		as [Date Time],
	[description]						as Description,
	ApplyMap('Map_URL', [__KEY_item], 'Not Known') as [Source URL]
RESIDENT RestConnectorMasterTable
WHERE NOT IsNull([__FK_item]);

DROP TABLE RestConnectorMasterTable;
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956412#M11085</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-07-15T11:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956421#M11088</link>
      <description>&lt;P&gt;Thanks Steve,&lt;/P&gt;
&lt;P&gt;I'm trying your steps in document shared but I'm not able to create GENERICGET &amp;amp; giving below error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojciti_0-1657885707488.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84290i2DAE78EAD933848B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojciti_0-1657885707488.png" alt="manojciti_0-1657885707488.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956421#M11088</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-07-15T11:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956430#M11090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/165785"&gt;@manojciti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is sounding more like it is a problem with the firewall from your Qlik Sense server than a problem with the RSS connector. The connectors in Desktop and Client-Managed are practically identical, so I don't think this is relevant to your problem.&lt;/P&gt;
&lt;P&gt;When the RSS connector pulls data it does so from the server machine, rather than the client machine making the call.&lt;/P&gt;
&lt;P&gt;Are you able to connect to the Sense server using Remote Desktop and try the URL in a browser?&lt;/P&gt;
&lt;P&gt;If you can, and that fails, then it is almost certainly a firewall issue and you will need to ask your IT team to allow an exception through the firewall.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956430#M11090</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-07-15T11:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956439#M11091</link>
      <description>&lt;P&gt;Hi Steve,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really appreciate your quick response.. I tired using RDC and pasting URL in Browser and getting below message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojciti_0-1657886921177.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84291i1C8E7B5820BC125C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojciti_0-1657886921177.png" alt="manojciti_0-1657886921177.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I need to ask IT team to allow server access to&amp;nbsp;&lt;A href="https://news.google.com/" target="_blank"&gt;https://news.google.com/&lt;/A&gt;. Hope I'm correct and then it will automatically allow me to pull data from&lt;/P&gt;
&lt;P&gt;&lt;A href="https://news.google.com/rss/search?q=qlik" target="_blank"&gt;https://news.google.com/rss/search?q=qlik&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://news.google.com/rss/search?q=JPM" target="_blank"&gt;https://news.google.com/rss/search?q=JPM&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://news.google.com/rss/search?q=Fintech" target="_blank"&gt;https://news.google.com/rss/search?q=Fintech&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 12:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956439#M11091</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-07-15T12:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956442#M11092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/165785"&gt;@manojciti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think our messages may be crossing a little. The issue with connecting to the placeholder is going to be the same as the one stopping you getting to the news feed.&lt;/P&gt;
&lt;P&gt;Again, if you RDP to the Sense server I think you will find that you can not browse to that URL.&lt;/P&gt;
&lt;P&gt;If IT only want to allow specific domains through the firewall have them whitelist news.google.com and then use this as the placeholder:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://news.google.com/rss/search?q=placeholder&amp;amp;hl=en-GB&amp;amp;gl=GB&amp;amp;ceid=GB:en" target="_blank"&gt;https://news.google.com/rss/search?q=placeholder&amp;amp;hl=en-GB&amp;amp;gl=GB&amp;amp;ceid=GB:en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will still then allow you to inject searches from the variable.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 12:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1956442#M11092</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-07-15T12:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1960857#M11143</link>
      <description>&lt;P&gt;Hello, I was following the procedure from the blog you suggested but on default settings it keeps throwing "connection closed prematurely"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cmadeley_0-1658898756573.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85177iC4F620961B3410FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cmadeley_0-1658898756573.png" alt="cmadeley_0-1658898756573.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Do I need to reconfigure anything or do I need to hit up IT to allow a connection? version is QlikSense February 2021 patch 11, rest version is Qlik REST Connector 2.63.2&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 05:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1960857#M11143</guid>
      <dc:creator>cmadeley</dc:creator>
      <dc:date>2022-07-27T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rest connector to RSS feed</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1960926#M11144</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/191441"&gt;@cmadeley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is possible that IT need to open something in the firewall settings for you. If you are able to remote desktop to the Sense server and try the URL in a browser that may help prove this. Also try copying and pasting the URL into your own browser to see if that behaves differently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't need to use the placeholder URL, so if there is an endpoint that is reachable (perhaps news.google.com/rss) then just use that instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck, and please share how you get on.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 07:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Rest-connector-to-RSS-feed/m-p/1960926#M11144</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2022-07-27T07:46:52Z</dc:date>
    </item>
  </channel>
</rss>

