<?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: applying incremental load in the below codition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399364#M805822</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 could share a little more of your Script and where you are loading from we could advise better.&lt;/P&gt;&lt;P&gt;But if you always want the last two year of data and not need to change each year add a where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DATE,&lt;/P&gt;&lt;P&gt;FROM TABLE1&lt;/P&gt;&lt;P&gt;WHERE YEAR(DATE) &amp;gt;= YEAR(ADDYEARS(TODAY(),-2));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2017 15:39:52 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2017-11-02T15:39:52Z</dc:date>
    <item>
      <title>applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399360#M805818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 6 years of data in my tables in that i want to present in the dashboard 2016 and 2017&amp;nbsp; when the new year 2018 starts ,need to drop the 2016 data&amp;nbsp; in Feb how can i implement in incremental load while storing the tables&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/applying-incremental-load-in-the-below-codition/m-p/1399360#M805818</guid>
      <dc:creator>revoori123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399361#M805819</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;You can use Today() function for indicating current month, like:&lt;/P&gt;&lt;P&gt;if(num(month(today()))=2,....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for indicating years to load:&lt;/P&gt;&lt;P&gt;where year &amp;gt;= year(addyears(today(),-1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399361#M805819</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-11-02T09:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399362#M805820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check the below link this is very helpful for you&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/" title="https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/"&gt;https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 10:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399362#M805820</guid>
      <dc:creator>srishsum2017</dc:creator>
      <dc:date>2017-11-02T10:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399363#M805821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to write Incremental script for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of extracting use&lt;/P&gt;&lt;P&gt;Where Year &amp;gt;= Year(Today())-6;&lt;/P&gt;&lt;P&gt;at the end of your script. this would only load Data for 6 years from current year.&lt;/P&gt;&lt;P&gt;and for the month Feb, is it static month for every year refresh or the months change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399363#M805821</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-11-02T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399364#M805822</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 could share a little more of your Script and where you are loading from we could advise better.&lt;/P&gt;&lt;P&gt;But if you always want the last two year of data and not need to change each year add a where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DATE,&lt;/P&gt;&lt;P&gt;FROM TABLE1&lt;/P&gt;&lt;P&gt;WHERE YEAR(DATE) &amp;gt;= YEAR(ADDYEARS(TODAY(),-2));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 15:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399364#M805822</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2017-11-02T15:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399365#M805823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD "DT",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"num_ID",---Primary Key&lt;/P&gt;&lt;P&gt;"CD",---Primary Key&lt;/P&gt;&lt;P&gt;"Indicator",--Primary Key&lt;/P&gt;&lt;P&gt;"int_Dec",&lt;/P&gt;&lt;P&gt;"Ended_ClMS",&lt;/P&gt;&lt;P&gt;from sql select * from Data1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have data only for 2 years going forwarward it will increased to 6 years&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;Condition: until Jan 31st&amp;nbsp; need to store the data into QVD past 2 years i,e(2016,2017)&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;when feb 1 2018 start it will have only to store the data only for past one year i.e,, (2017).&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;Can you please help me out this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399365#M805823</guid>
      <dc:creator>revoori123</dc:creator>
      <dc:date>2017-11-03T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399366#M805824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Data1:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD "DT",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"num_ID",---Primary Key&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"CD",---Primary Key&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"Indicator",--Primary Key&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"int_Dec",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"Ended_ClMS",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from sql select * from Data1;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;now i have data only for 2 years going forwarward it will increased to 6 years&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;Condition: until Jan 31st&amp;nbsp; need to store the data into QVD past 2 years i,e(2016,2017)&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;when feb 1 2018 start it will have only to store the data only for past one year i.e,, (2017).&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;Can you please help me out this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399366#M805824</guid>
      <dc:creator>revoori123</dc:creator>
      <dc:date>2017-11-03T06:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399367#M805825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Data1:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD "DT",&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"num_ID",---Primary Key&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"CD",---Primary Key&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"Indicator",--Primary Key&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"int_Dec",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;"Ended_ClMS",&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from sql select * from Data1;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;now i have data only for 2 years going forwarward it will increased to 6 years&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;Condition: until Jan 31st&amp;nbsp; need to store the data into QVD past 2 years i,e(2016,2017)&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;when feb 1 2018 start it will have only to store the data only for past one year i.e,, (2017).&lt;/P&gt;&lt;P class="gmail_default" style="font-family: arial, sans-serif; font-size: 12.8px; color: #000000;"&gt;Can you please help me out this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 06:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399367#M805825</guid>
      <dc:creator>revoori123</dc:creator>
      <dc:date>2017-11-03T06:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: applying incremental load in the below codition</title>
      <link>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399368#M805826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this would work or you looking for this but I tested it on my Mater Calendar and it worked fine.&lt;/P&gt;&lt;P&gt;I've modified different scripts to get the result....&lt;/P&gt;&lt;P&gt;I'm sure other people would have much better answer but it worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would create QVD's for&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Full Year-2016&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Year &lt;STRONG&gt;2017 until Jan-31st&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And &lt;STRONG&gt;Previous Year full&lt;/STRONG&gt;. (Currently it is storing 2016 again)&lt;/P&gt;&lt;P&gt;Of course you'd have to create Year out of DT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year(DT) as Year in your Data1 table&lt;/STRONG&gt; would give you Year field and use that Year field to create QVD's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Set vYear = 2016;&lt;/P&gt;
&lt;P&gt;LET vYearMax = Year(Today());&lt;/P&gt;
&lt;P&gt;LET vPreviousYear = Year(Today())-1;&lt;/P&gt;
&lt;P&gt;Let vMonth = 'if(Month&amp;lt;=Month(Today())-10,Month)';&lt;/P&gt;
&lt;P&gt;Let vMonths = 'if(Month&amp;lt;=Month(Today())-1,Month)';&lt;/P&gt;
&lt;P&gt;Let vCount = noofrows('MasterCalendar');&lt;/P&gt;
&lt;P&gt;For i=0 to $(vCount) -1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FOR i = $(vYear) to $(vYear)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;TempCal:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;WHERE Year = $(vYear)&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FOR B = $(vYearMax) to $(vYearMax)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NoConcatenate &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal1&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;WHERE Year = $(vYearMax) and if( Year&amp;gt;= $(vYearMax), Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DT&lt;/SPAN&gt;) = $(vMonth))&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal &lt;/SPAN&gt;into C:\Users\&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;.......&lt;/SPAN&gt;\Desktop\EXP\&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal&lt;/SPAN&gt;$(i).qvd (qvd);&lt;/P&gt;
&lt;P&gt;STORE &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal1 &lt;/SPAN&gt;into C:\Users\&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;.......&lt;/SPAN&gt;\Desktop\EXP\&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal&lt;/SPAN&gt;$(B).qvd (qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;NEXT B&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FOR J = $(vPreviousYear) to $(vPreviousYear)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NoConcatenate &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal2&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;WHERE Year = $(vPreviousYear) ;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal2&lt;/SPAN&gt;into C:\Users\.......\Desktop\EXP\TempCal_$(J).qvd (qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;NEXT J&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;DROP Table &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;TempCal2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&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;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 17:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applying-incremental-load-in-the-below-codition/m-p/1399368#M805826</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-11-03T17:38:11Z</dc:date>
    </item>
  </channel>
</rss>

