<?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: Loop error with Mapping load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081493#M933515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan... Missed - END IF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 11:10:08 GMT</pubDate>
    <dc:creator>priyarane</dc:creator>
    <dc:date>2016-03-03T11:10:08Z</dc:date>
    <item>
      <title>Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081486#M933508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I have a code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF not&amp;nbsp; IsNull(TableNumber('SBLC_TYPE_MAP')) THEN&lt;BR /&gt; Trace SBLC_TYPE_MAP table found; &lt;BR /&gt; Concatenate (SBLC_TYPE_MAP)&lt;BR /&gt; Mapping LOAD &lt;BR /&gt; IF(ACCOUNT_DEAL_ID_001='','NOACCTID',ACCOUNT_DEAL_ID_001)&amp;amp;'_'&amp;amp;IF(FTP_ARRANGEMENT_LOC_NUM_241='','NOALN',FTP_ARRANGEMENT_LOC_NUM_241) AS CONTRACT_REFERENCE,&lt;BR /&gt; SBLC_TYPE_057&lt;BR /&gt; FROM [$(vCDMPathEXTQVD)EXT_HNAH_STG_WHO_PRODUCT_$(vRptDate).qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ELSE&lt;BR /&gt; Trace SBLC_TYPE_MAP table not found;&lt;BR /&gt; SBLC_TYPE_MAP:&lt;BR /&gt; Mapping LOAD &lt;BR /&gt; IF(ACCOUNT_DEAL_ID_001='','NOACCTID',ACCOUNT_DEAL_ID_001)&amp;amp;'_'&amp;amp;IF(FTP_ARRANGEMENT_LOC_NUM_241='','NOALN',FTP_ARRANGEMENT_LOC_NUM_241) AS CONTRACT_REFERENCE,&lt;BR /&gt; SBLC_TYPE_057&lt;BR /&gt; FROM [$(vCDMPathEXTQVD)EXT_HNAH_STG_WHO_PRODUCT_$(vRptDate).qvd] (qvd);&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;next a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and getting error like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="116764" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116764_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vRptDate) = Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change my code like below and every thing is fine&lt;/P&gt;&lt;P&gt;SBLC_TYPE_MAP:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;IF(ACCOUNT_DEAL_ID_001='','NOACCTID',ACCOUNT_DEAL_ID_001)&amp;amp;'_'&amp;amp;IF(FTP_ARRANGEMENT_LOC_NUM_241='','NOALN',FTP_ARRANGEMENT_LOC_NUM_241) AS CONTRACT_REFERENCE,&lt;/P&gt;&lt;P&gt;SBLC_TYPE_057&lt;/P&gt;&lt;P&gt;FROM [$(vCDMPathEXTQVD)EXT_HNAH_STG_WHO_PRODUCT_$(vRptDate).qvd] (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next a&lt;/P&gt;&lt;P&gt;*******************&lt;/P&gt;&lt;P&gt;I am using the same code for other tables and no issue found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex:&lt;/P&gt;&lt;P&gt;IF NOT IsNull(TableNumber('CRC_RANK_MAP')) THEN&lt;BR /&gt; Trace CRC_RANK_MAP table found;&lt;BR /&gt; Concatenate (CRC_RANK_MAP)&lt;BR /&gt; Mapping LOAD&lt;BR /&gt; COUNTRY_CODE as INCORPORATION_COUNTRY, &lt;BR /&gt; ATTRIBUTE_1&lt;BR /&gt; FROM [$(vCDMPathEXTQVD)EXT_COUNTRY_$(vRptDate).qvd] (qvd);&lt;/P&gt;&lt;P&gt;ELSE&lt;BR /&gt; Trace CRC_RANK_MAP table not found;&lt;BR /&gt; CRC_RANK_MAP:&lt;BR /&gt; Mapping LOAD&lt;BR /&gt; COUNTRY_CODE as INCORPORATION_COUNTRY, &lt;BR /&gt; ATTRIBUTE_1&lt;BR /&gt; FROM [$(vCDMPathEXTQVD)EXT_COUNTRY_$(vRptDate).qvd] (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;next a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some pls help me in this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081486#M933508</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081487#M933509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the Next a remove try it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081487#M933509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T10:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081488#M933510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is loop to get updte the dates in $(vRptDate).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081488#M933510</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2016-03-03T10:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081489#M933511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;comment //next a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081489#M933511</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-03T10:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081490#M933512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no for statement in your script. Obviously, you will get this error. Is this your full code.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081490#M933512</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-03T10:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081491#M933513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;All_MI_Context:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Serial&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REPORT_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; '$(vCDMPathEXTQVD)EXT_ALL_MI_CONTEXTS.qvd'(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; All_RptDates:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; All_MI_Context&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Order&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;By&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Serial&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; All_MI_Context;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;IF&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('All_RptDates') &amp;gt; 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;THEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;If&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vHistoric)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;THEN&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('All_RptDates');&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Trace&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vCount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;ELSE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 3;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;ENDIF&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;ELSE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Trace&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'No Date Found.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;EXIT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SCRIPT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;ENDIF&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Let vCount = 4;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;a&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vFromMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vCount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;-1&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRptDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('REPORT_DATE',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'All_RptDates');&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Let vRpt_Date = Replace(peek('REPORT_DATE',a,'All_RptDates'),'-','_');&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Trace&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'All_RptDates: $(vRptDate)';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Trace&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; 'A= $(a)';&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081491#M933513</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2016-03-03T10:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081492#M933514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a little confused by your post, but the statement "next a" needs a "for a = ...." somewhere and I don't see that. I don't see an END IF for the last IF, so even if there is a "for", it will fail because the "next" is inside an IF statement, which is not allowed. Therefore it looks like you are missing an END IF or ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your working example, the second IF is closed before the next. If this is working there is a for somewhere not included in your post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081492#M933514</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-03T10:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loop error with Mapping load</title>
      <link>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081493#M933515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan... Missed - END IF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 11:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loop-error-with-Mapping-load/m-p/1081493#M933515</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2016-03-03T11:10:08Z</dc:date>
    </item>
  </channel>
</rss>

