<?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: Adding new columns to QVD Generator without impacting old QVDS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417981#M803618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s a workaround so, please make the necessary changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QvdFieldHeader:&lt;/P&gt;&lt;P&gt;LOAD FieldName FROM [yourqvd.qvd] (XmlSimple, Table is [QvdTableHeader/Fields/QvdFieldHeader]) where FieldName = 'SERVICE TYPE ID'; // put your new field here&lt;/P&gt;&lt;P&gt;Let code=If(NoOfRows('QvdFieldHeader') &amp;gt; 0,'[SERVICE TYPE ID],','null() AS [SERVICE TYPE ID],'); // Change accordingly to your fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;$(code)&lt;/P&gt;&lt;P&gt;From [yourqvd.qvd] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 12:49:02 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2017-11-06T12:49:02Z</dc:date>
    <item>
      <title>Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417976#M803613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a generator which generates QVDS on daily basis with date appended to filename&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;xyz_20171001&lt;/P&gt;&lt;P&gt;xyz_20171002&lt;/P&gt;&lt;P&gt;xyz_20171003 and so on.&lt;/P&gt;&lt;P&gt;Stored at same folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have a DM where in I am calling each QVD, performing some transformations.And then creating 1 QVD out of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in my application I am using this newly created QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt; I want to show 3 new columns in Application. So if I add them from today then DM will fail saying columns are not available in QVDs created previously.&lt;/P&gt;&lt;P&gt;I dont want to have those columns in old Qvds but new Qvds should have them.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I am not clear.&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/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417976#M803613</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417977#M803614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create another qvw that&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Read old QVD´s adding null() as values to new columns&lt;/LI&gt;&lt;LI&gt;Store the new QVD´s&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And then backup the old ones replace with the new&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 10:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417977#M803614</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-11-06T10:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417978#M803615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can load into your DM the old QVDs and create these new columns(fields) with null() (or 0) values (doing this your old QVDs have the &lt;SPAN style="font-size: 13.3333px;"&gt;original structure) and then concatenate the new QVDs where the new columns are present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XYZ:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as NewColumn1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as NewColumn2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as NewColumn3&lt;/P&gt;&lt;P&gt;from &lt;STRONG&gt;OldQVD&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;xyz_2017*&lt;/SPAN&gt;&lt;/STRONG&gt;.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(XYZ)&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 NewQVD.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 10:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417978#M803615</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-11-06T10:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417979#M803616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I have 250 Old QVDs&lt;/P&gt;&lt;P&gt;and what if in future I have to add 3 more columns to the newly generated QVDs.&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;Set 1:From&amp;nbsp; 1st to 10th old QVDs&lt;/P&gt;&lt;P&gt;Set 2: From 11th to 20th new QVDs with 3 new columns&lt;/P&gt;&lt;P&gt;Set 3: From 21st to 30th new QVDs with 3 new columns &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now set 1 has 6 columns missing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set 2 has 3 columns missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417979#M803616</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2017-11-06T11:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417980#M803617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to change structure of old QVDs if possible.So do not want to recreate them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417980#M803617</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2017-11-06T11:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417981#M803618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s a workaround so, please make the necessary changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QvdFieldHeader:&lt;/P&gt;&lt;P&gt;LOAD FieldName FROM [yourqvd.qvd] (XmlSimple, Table is [QvdTableHeader/Fields/QvdFieldHeader]) where FieldName = 'SERVICE TYPE ID'; // put your new field here&lt;/P&gt;&lt;P&gt;Let code=If(NoOfRows('QvdFieldHeader') &amp;gt; 0,'[SERVICE TYPE ID],','null() AS [SERVICE TYPE ID],'); // Change accordingly to your fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;$(code)&lt;/P&gt;&lt;P&gt;From [yourqvd.qvd] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417981#M803618</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-11-06T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417982#M803619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you reading your QVDs in the DM? With wildcard syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 02:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417982#M803619</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-07T02:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417983#M803620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using For Loop to read each QVD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 06:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417983#M803620</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2017-11-07T06:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417984#M803621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Using If condition into For Loop&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15100379527759821 jive_text_macro" jivemacro_uid="_15100379527759821" modifiedtitle="true"&gt;
&lt;P&gt;For each filename in filelist //fine name format Xyz_YYYYMMDD&lt;/P&gt;
&lt;P&gt;if num(right($(filename),2)) &amp;lt;=10&amp;nbsp; then //set 1&lt;/P&gt;
&lt;P&gt;// add 6 columns missing&lt;/P&gt;
&lt;P&gt;load *, null() as Col_1,null() as Col_2...null() as Col_6&lt;/P&gt;
&lt;P&gt;resident filename;&lt;/P&gt;
&lt;P&gt;else if num(right($(filename),2)) &amp;lt;=20 //set 2&lt;/P&gt;
&lt;P&gt;//add 3 columns missing&lt;/P&gt;
&lt;P&gt;load *, null() as Col_4,null() as Col_5...null() as Col_6&lt;/P&gt;
&lt;P&gt;resident filename;&lt;/P&gt;
&lt;P&gt;else&lt;/P&gt;
&lt;P&gt;// load QDD set 3&lt;/P&gt;
&lt;P&gt;load *&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;resident filename;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;end if;&lt;/P&gt;
&lt;P&gt;end if;&lt;/P&gt;
&lt;P&gt;loop;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 06:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417984#M803621</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2017-11-07T06:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417985#M803622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will it work if we do not know the number of columns that we are going to add or name of columns?&lt;/P&gt;&lt;P&gt;And what if we might have to add few columns in future..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417985#M803622</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2017-11-07T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417986#M803623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did you try script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15100453558755735 jive_text_macro" jivemacro_uid="_15100453558755735"&gt;
&lt;P&gt;noconcatenate&lt;/P&gt;
&lt;P&gt;[Templatetable]:&lt;/P&gt;
&lt;P&gt;Load *&lt;/P&gt;
&lt;P&gt;from xyz_YYYYMMDD.QVD&lt;/P&gt;
&lt;P&gt;where 1=2; //any table, just get struct only&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For each filename in filelist&lt;/P&gt;
&lt;P&gt;concatenate (Templatetable)&lt;/P&gt;
&lt;P&gt;Load *&lt;/P&gt;
&lt;P&gt;from $(filename).qvd (qvd)&lt;/P&gt;
&lt;P&gt;loop&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of column in Templatetable will be max of column of table in list and auto add missing column with null value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417986#M803623</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2017-11-07T09:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417987#M803624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use "Load *" you don't have to worry about the number of columns. Is your load more complex than that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 12:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417987#M803624</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-07T12:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417988#M803625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An,&lt;/P&gt;&lt;P&gt;There is no need to add null() for the missing columns. That will be done by default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417988#M803625</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-07T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new columns to QVD Generator without impacting old QVDS</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417989#M803626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Transformations;&lt;/P&gt;&lt;P&gt;LOAD *,transformations;&lt;/P&gt;&lt;P&gt;LOAD transformation(Fields)&lt;/P&gt;&lt;P&gt;FROM xyz_date.qvd&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;Condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently it has 50 columns&lt;/P&gt;&lt;P&gt;from today new qvds will have 52 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I include these extra 2 columns in above script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-new-columns-to-QVD-Generator-without-impacting-old-QVDS/m-p/1417989#M803626</guid>
      <dc:creator>nachiket_shinde</dc:creator>
      <dc:date>2017-11-07T13:14:33Z</dc:date>
    </item>
  </channel>
</rss>

