<?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: Re: Re: Qvd separation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477775#M687411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check out attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 13:36:51 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2013-12-13T13:36:51Z</dc:date>
    <item>
      <title>Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477766#M687402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QVD with five weeks.i need each week as a single qvd.&lt;/P&gt;&lt;P&gt;ex:2013W01-&amp;gt;1qvd&lt;/P&gt;&lt;P&gt;2013W02-&amp;gt;1qvd&lt;/P&gt;&lt;P&gt;etc.....please find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477766#M687402</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477767#M687403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;let vMaxWeek =&amp;nbsp; &lt;SPAN style="color: #0000ff; font-family: 'Courier New'; font-size: 12px;"&gt;max(week(date))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="color: #0000ff; font-family: 'Courier New'; font-size: 12px;"&gt;let vMinWeek = &lt;SPAN style="color: #0000ff; font-family: 'Courier New'; font-size: 12px;"&gt;min(week(date))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;let QVDDirectory = 'your directory'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FOR&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;i&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = $(vMinWeek) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;$(vMaxWeek)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;t&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;"Week_" &amp;amp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;$(i)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;load * from your table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;where i = week(date) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; [$(t)] &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; [$(QVDDirectory)\DM_$(t).QVD] (&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NEXT&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;i&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vTotalTables&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NULL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;();&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;t&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NULL&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477767#M687403</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477768#M687404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to be precise &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;week(date)-&amp;gt; weekname(date)&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;LET&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;t&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;"Week_" &amp;amp; &lt;/SPAN&gt;replace(weekname(&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;$(i)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;),'/','') maybe...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477768#M687404</guid>
      <dc:creator />
      <dc:date>2013-12-12T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477769#M687405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD week&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\user\Downloads\week.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NoOfRows('week') &amp;gt; 0 THEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FOR j = 1 TO FIELDVALUECOUNT('week')&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET currentWeek = FIELDVALUE('week',$(j));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [$(currentWeek)]:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(currentWeek)' as FilteredWeek&lt;/P&gt;&lt;P&gt;&amp;nbsp; AutoGenerate(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE [$(currentWeek)] into C:\Users\user\Downloads\$(currentWeek).qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP Table [$(currentWeek)];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477769#M687405</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2013-12-12T11:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477770#M687406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ionnis,&amp;nbsp; Thanks for your reply.I need the single qvd to be splitted into five Qvd's based on week.&amp;nbsp; Thanks Gowthami&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 15:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477770#M687406</guid>
      <dc:creator />
      <dc:date>2013-12-12T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477771#M687407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well that is exactly what this script does. Did you try it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 17:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477771#M687407</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2013-12-12T17:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477772#M687408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ioannis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried with your script, its working fine. But I am trying to do the same with the attached Qvd, am not able to generate Qvd's. Pls help me.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gowthami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 06:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477772#M687408</guid>
      <dc:creator />
      <dc:date>2013-12-13T06:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477773#M687409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have a date field in ur table then do likethis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearWeek:&lt;/P&gt;&lt;P&gt;Load distinct Yearweek(Datefield) as weekyear from sales.qvd order by Datefield;&lt;/P&gt;&lt;P&gt;Rows=Noofrows(Yearweek)-1;&lt;/P&gt;&lt;P&gt;Startrow=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do&lt;/P&gt;&lt;P&gt;Yearweek=Filedvalue(weekyear,$(Startrow));&lt;/P&gt;&lt;P&gt;Ta:&lt;/P&gt;&lt;P&gt;Load * fron Sales.qvd where Yearweek(Datefiled)=$(Yearweek);&lt;/P&gt;&lt;P&gt;Store tab into "F:\Sales_$(Yearweek)"; &lt;/P&gt;&lt;P&gt;Startrow=Startrow+1;&lt;/P&gt;&lt;P&gt;while(Rows&amp;gt;=Startrow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 06:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477773#M687409</guid>
      <dc:creator />
      <dc:date>2013-12-13T06:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477774#M687410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls change the Yearweek() function as Weekname() in my prev reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 06:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477774#M687410</guid>
      <dc:creator />
      <dc:date>2013-12-13T06:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477775#M687411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check out attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 13:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477775#M687411</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2013-12-13T13:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Qvd separation</title>
      <link>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477776#M687412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ioannis,&lt;/P&gt;&lt;P&gt;Thank you for your reply. Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gowthami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 14:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qvd-separation/m-p/477776#M687412</guid>
      <dc:creator />
      <dc:date>2013-12-13T14:42:45Z</dc:date>
    </item>
  </channel>
</rss>

