<?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: To read specific row in xls file. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074129#M641308</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;Try this where condition&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM ExcelFile&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;WHERE&amp;nbsp; RowNo() &amp;lt;= 3;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 06:46:29 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-03-03T06:46:29Z</dc:date>
    <item>
      <title>To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074122#M641301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I'm very new to Qlikview, I need to load multiple xls files in that need to read a specific row, could anyone of help me on this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074122#M641301</guid>
      <dc:creator />
      <dc:date>2016-03-02T16:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074123#M641302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "specific row"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd one for example?&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;where A column = a value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074123#M641302</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-03-02T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074124#M641303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, In the file,  row has data’s in row 1 row2 and row 3, in that I need only row 3 data’s in the Dashboard, I’m not much familiar in scripting so seeking for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074124#M641303</guid>
      <dc:creator />
      <dc:date>2016-03-03T06:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074125#M641304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use where condition while reading the file like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Address,&lt;/P&gt;&lt;P&gt;Mobile&lt;/P&gt;&lt;P&gt;From ExcelFile&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name like 'Hema*'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Name like '*Hema*'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Name like '*Hema';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Hope this will help!!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074125#M641304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T06:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074126#M641305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Where clause to filter specific rows, you need to know the filter criteria to be put in where clause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074126#M641305</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-03T06:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074127#M641306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While posting the question in community prepare sample data and attach it, so that it would be easier to understand and provide you the solution. This way you will get the answers quickly.&amp;nbsp; Please check below link for getting successful answers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7538"&gt;Qlik Community Tip: Posting Successful Discussion Threads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use where condition to filter the rows, or you can use RowNo() or RecNo() in the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&amp;nbsp; RowNo() = 5;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074127#M641306</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-03T06:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074128#M641307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load the excel file and give the as it follows &lt;/P&gt;&lt;P&gt;where column name ='Hema'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074128#M641307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074129#M641308</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;Try this where condition&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM ExcelFile&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;WHERE&amp;nbsp; RowNo() &amp;lt;= 3;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074129#M641308</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-03T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074130#M641309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its seems you want to load only one column, is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming you are having excel file like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row1, Row2, Row3&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aa&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vv&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to load Row3 which is a column only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then simply write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Row3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from YourExcelFile;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074130#M641309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T06:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074131#M641310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;If I understood you correctly, you want to load row no 3.?&amp;nbsp; If so,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Test.xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1) where RecNo()=3 ;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074131#M641310</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-03T06:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074132#M641311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can try this as well - &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;first 3 LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from sometable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074132#M641311</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-03T06:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074133#M641312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the response, got a correct solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074133#M641312</guid>
      <dc:creator />
      <dc:date>2016-03-03T06:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074134#M641313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To load just the 3rd row, you can add a where clause to the load like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM myfile.xls&lt;/P&gt;&lt;P&gt;WHERE RecNo()=3&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074134#M641313</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-03-03T06:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074135#M641314</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;If you have only 3 rows excluding headers in all the excel files. Use either of the below 2 approaches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. using transformation you can delete the unnecessary rows. For this use the below From statement for your load statement.&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load * FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Example, filters(&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 3)),&lt;/P&gt;&lt;P&gt;Remove(Row, Pos(Top, 2))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When loading select the below setting shown in the image and rename the headers as you need.&lt;/P&gt;&lt;P&gt;. &lt;IMG __jive_id="116743" alt="Option 2.JPG" class="jive-image image-1" src="/legacyfs/online/116743_Option 2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 08:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074135#M641314</guid>
      <dc:creator />
      <dc:date>2016-03-03T08:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: To read specific row in xls file.</title>
      <link>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074136#M641315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,    To write loop condition&lt;/P&gt;&lt;P&gt;It is continued with my previous question, below is my xls sheet- need to read from row 83(UGTX1000) to 103 (till blank) and it also read the data’s in Purple color which is linked to row 83. The same thing has to be read in multiple xls sheets.&lt;/P&gt;&lt;P&gt;I used where condition but it only read row 83.&lt;/P&gt;&lt;P&gt;I know we can read my loop condition but don’t know much on that, may I know how to get the solution?&lt;/P&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 12:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-read-specific-row-in-xls-file/m-p/1074136#M641315</guid>
      <dc:creator />
      <dc:date>2016-03-03T12:40:42Z</dc:date>
    </item>
  </channel>
</rss>

