<?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: With Connection statement - What are all the parameters possible? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1603778#M10992</link>
    <description>&lt;P&gt;Can we add table&amp;nbsp; fields in&amp;nbsp;"with connection" body so in Email body it should be reflect as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;23,10000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with connection (&lt;BR /&gt;QUERY "to" "v@gmail.com "&lt;BR /&gt;,QUERY "message" "Total Sales greater than &amp;gt;20000 for $(vID)"&lt;BR /&gt;//,QUERY "subject" "$(vID)"&lt;BR /&gt;,QUERY "fromName" "NoReply"&lt;BR /&gt;,QUERY "fromEmail" "v@hotmail.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2019 15:00:17 GMT</pubDate>
    <dc:creator>alis2063</dc:creator>
    <dc:date>2019-07-18T15:00:17Z</dc:date>
    <item>
      <title>With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237207#M6576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out what are all the possibilities in the WITH CONNECTION statement when using the REST connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been through all of this and I am currently using the "Url" parameter.&lt;/P&gt;&lt;P&gt;When I am trying to use Url and QUERY parameters in the same statement I can't make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would someone have the right syntax and all the parameters possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like we can also override the body parameter when using a method POST, any help would be welcome on that matter too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question: is it possible to override the method too (so having GET and POST for the same connection but overridden when useful to use POST instead of the GET method).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To summarize: &lt;SPAN style="font-size: 10pt;"&gt;what is the exact WITH CONNECTION statement syntax?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemple :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;WITH CONNECTION (Url "YourURL"; Method : POST; Query Header: "Content-Type: application/json; charset=utf8", "OtherHeaderName: OtherHeaderValue"; Query Parameters : "Field1: Value1","Field2: Value2"; Body : "{"ids":[ 1, 2, 5, 10 ]}")&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 13:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237207#M6576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-19T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237208#M6577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WITH CONNECTION (&lt;/P&gt;&lt;P&gt;URL "new URL" ,&lt;/P&gt;&lt;P&gt;QUERY "param name" "param value",&lt;/P&gt;&lt;P&gt;HEADER "header name" "header value",&lt;/P&gt;&lt;P&gt;BODY "request body text"&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUERY and HEADER can be repeated for as many query parameters and headers you need to have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 18:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237208#M6577</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-03-19T18:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237209#M6578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Petter, I will check that now!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to change also the METHOD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 18:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237209#M6578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-19T18:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237210#M6579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I know of. I will do an extra check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 22:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237210#M6579</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-03-19T22:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237211#M6580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem regarding the Connection from URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make my URL dynamic in order to change the skip and take in the URL, URL looks like this "&lt;A class="jive-link-external-small" href="https://xxxx.nl/xxxxx/connectors/xxxxx?skip=0&amp;amp;take=5000" rel="nofollow" target="_blank"&gt;https://xxxx.nl/xxxxx/connectors/xxxxx?skip=0&amp;amp;take=5000&lt;/A&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as soon as I take my URL out and try to make a variable it doesn't work anymore. Any thoughts how I can solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237211#M6580</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2017-12-28T12:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237212#M6581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;I managed to change the URL like this by adding " " around the URL variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Build new URL.&lt;BR /&gt;&lt;SPAN&gt;LET vURL = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://api.www.abc.com/external/folder/folder/data/login?accesskey=123;" rel="nofollow" target="_blank"&gt;https://api.www.abc.com/external/folder/folder/data/login?accesskey=123;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT&lt;BR /&gt;"__KEY_root",&lt;BR /&gt;(SELECT&lt;BR /&gt;...&lt;BR /&gt;&amp;nbsp; "__FK_rows"&lt;BR /&gt;FROM "rows" FK "__FK_rows")&lt;BR /&gt;FROM JSON (wrap on) "root" PK "__KEY_root"&lt;BR /&gt;WITH CONNECTION&lt;BR /&gt;&lt;STRONG&gt;( URL "$(vURL)");&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Stellan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 23:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237212#M6581</guid>
      <dc:creator>Stellan_Ronnkvist</dc:creator>
      <dc:date>2018-02-06T23:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237213#M6582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am middle of a problem same you were talking:&lt;/P&gt;&lt;P&gt;There is POST content which I am using in REST connector. POST content has a date "&lt;SPAN style="font-size: 13.3333px;"&gt;dateEnd&lt;/SPAN&gt;"&amp;nbsp; which I need to make dynamic&lt;/P&gt;&lt;P&gt;So for testing purpose, how data is getting replaced with WITH CONNECTION function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vRequestBody = '{"dateEnd": "2016-04-01T08:50:53.082Z"}';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;let vRequestBody = replace(vRequestBody,'"', chr(34));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I am writing the code as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH CONNECTION(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;BODY "$(vRequestBody)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this above code is giving me error:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;Connector reply error: Unknown substring, string, or value at (50,23): '-04-01T08:50:53.082Z"}"'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you please help me to make POST content in REST connector dynamic ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best,Rohit&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 07:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1237213#M6582</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-05-09T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1510646#M9533</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16339"&gt;@rohitk1609&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;Your code:&lt;/P&gt;&lt;PRE&gt;let vRequestBody = '{"dateEnd": "2016-04-01T08:50:53.082Z"}';
let vRequestBody = replace(vRequestBody,'"', chr(34));&lt;/PRE&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;let vRequestBody = '{"dateEnd": "2016-04-01T08:50:53.082Z"}';
let vRequestBody = replace(vRequestBody,'"', chr(34)&amp;amp;chr(34));&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Nov 2018 19:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1510646#M9533</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-11-21T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1603778#M10992</link>
      <description>&lt;P&gt;Can we add table&amp;nbsp; fields in&amp;nbsp;"with connection" body so in Email body it should be reflect as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;23,10000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with connection (&lt;BR /&gt;QUERY "to" "v@gmail.com "&lt;BR /&gt;,QUERY "message" "Total Sales greater than &amp;gt;20000 for $(vID)"&lt;BR /&gt;//,QUERY "subject" "$(vID)"&lt;BR /&gt;,QUERY "fromName" "NoReply"&lt;BR /&gt;,QUERY "fromEmail" "v@hotmail.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 15:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/1603778#M10992</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2019-07-18T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2098480#M18915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to connect API REST with Qlik. the api needs a csv file as input parameter but the error is:&amp;nbsp;&lt;/P&gt;
&lt;DIV class="edc_error"&gt;Connector reply error: Unknown substring, string, or value at (1,7): '*'&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;// Realizar la solicitud POST a la API utilizando RestPost()&lt;BR /&gt;RestConnectorMasterTable:&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM JSON (wrap on) "root"&lt;BR /&gt;WITH CONNECTION(&lt;BR /&gt;Url "$(url)",&lt;BR /&gt;HTTPHEADER "Content-Type" "multipart/form-data",&lt;BR /&gt;BODY "file=@C:/Users/ol_av/OneDrive/Documentos/PROYECTO MLA/PROGRAMACION MLA/MATRIZ MLA/SCRIPTS/FLASK/data.csv"&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jul 2023 19:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2098480#M18915</guid>
      <dc:creator>olgaavalos</dc:creator>
      <dc:date>2023-07-30T19:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2477039#M21126</link>
      <description>&lt;P&gt;Hello Everybody!&lt;/P&gt;
&lt;P&gt;QUERY &lt;SPAN&gt;"fromName" "NoReply"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is translated to "fromName" EQUAL "NoReply"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If we want to filter according to NOT EQUAL ?&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2477039#M21126</guid>
      <dc:creator>mmaragos_witside</dc:creator>
      <dc:date>2024-08-20T13:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2485221#M21349</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a complete video that covers all the topics related to REST Connections (pagination, with connection, loops, etc) here&amp;nbsp;&lt;A href="https://youtu.be/lFwar30BNkQ?si=g-MIwnivViqRDuXK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://youtu.be/lFwar30BNkQ?si=g-MIwnivViqRDuXK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 03:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2485221#M21349</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-10-04T03:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: With Connection statement - What are all the parameters possible?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2502863#M21760</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 14:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/With-Connection-statement-What-are-all-the-parameters-possible/m-p/2502863#M21760</guid>
      <dc:creator>mmaragos_witside</dc:creator>
      <dc:date>2025-01-24T14:59:38Z</dc:date>
    </item>
  </channel>
</rss>

