<?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: How to insert a column into table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788316#M1044845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, but the result is still a table with 'States' as last column..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 15:02:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-20T15:02:34Z</dc:date>
    <item>
      <title>How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788309#M1044838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've loaded multiple fields from an Excel-file with information about several cities into a table 'cities'.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cities:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Cities,&lt;/P&gt;&lt;P&gt;Residents,&lt;/P&gt;&lt;P&gt;Income&lt;/P&gt;&lt;P&gt;FROM [file1.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another Excel-file with two fields: 'States' and 'Cities'.&lt;/P&gt;&lt;P&gt;In order to link this file to the table, I used a Left Join:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(Cities)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Cities,&lt;/P&gt;&lt;P&gt;States&lt;/P&gt;&lt;P&gt;FROM [file2.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well. The result is a table with columns 'Cities', 'Residents', 'Income', 'States'.&lt;/P&gt;&lt;P&gt;However, I want the same table but in another order, like: 'Cities', 'States', 'Residents', 'Income'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to link those files and get the field 'States' as the second column of the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788309#M1044838</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788310#M1044839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as there is only one state for each city then you can use applymap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lookup_States:&lt;/P&gt;&lt;P&gt;mapping&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Cities,&lt;/P&gt;&lt;P&gt;States&lt;/P&gt;&lt;P&gt;FROM [file2.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cities:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Cities,&lt;/P&gt;&lt;P&gt;applymap('Lookup_States', Cities) as States,&lt;/P&gt;&lt;P&gt;Residents,&lt;/P&gt;&lt;P&gt;Income&lt;/P&gt;&lt;P&gt;FROM [file1.xlsx]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788310#M1044839</guid>
      <dc:creator />
      <dc:date>2014-11-20T13:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788311#M1044840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although you can reorder any table in the front end no matter what the load order was.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788311#M1044840</guid>
      <dc:creator />
      <dc:date>2014-11-20T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788312#M1044841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you quick reply!&lt;/P&gt;&lt;P&gt;Mapping seems to be a good solution to me. However, if it is possible to reorder my table that would be perfect.&lt;/P&gt;&lt;P&gt;Is it possible to reorder the table in the script, before I join it with some other tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788312#M1044841</guid>
      <dc:creator />
      <dc:date>2014-11-20T13:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788313#M1044842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&amp;nbsp; mapping should have reordered it.&lt;/P&gt;&lt;P&gt;I don't think I understand what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788313#M1044842</guid>
      <dc:creator />
      <dc:date>2014-11-20T13:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788314#M1044843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add these after your existing LOAD statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NewCities:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Cities, States, Residents, Income&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT Cities;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table Cities;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RENAME Table NewCities TO Cities;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I should say that this is a pretty useless extension because the column order in an &lt;EM&gt;internal table&lt;/EM&gt; is utterly unimportant. And when exporting data using a STORE statement, you can always specify a rearranged column list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 13:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788314#M1044843</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-20T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788315#M1044844</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;you can even do right join insted of left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cities:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cities,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Residents,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Income&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [file1.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Right Join (Cities)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Cities,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;States&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [file2.xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 14:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788315#M1044844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-20T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788316#M1044845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, but the result is still a table with 'States' as last column..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788316#M1044845</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788317#M1044846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are just trying to create the order in a front end Qlikivew table you can just add the fields one at a time in the order you lik or select the load order button:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71744_Capture.PNG.png" style="width: 620px; height: 468px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788317#M1044846</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788318#M1044847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It is not working yet because my datasets are way more complicated than my example, but I will keep trying.&lt;/P&gt;&lt;P&gt;I know that it seems a useless extension, but because I want to make a crosstable I need to have this field as one of the first columns, so I can choose 'States' as a Qualifier Field in the Crosstable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788318#M1044847</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788319#M1044848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this, but my problem is that I want to make a crosstable after I added the column 'States' to the table. To make a crosstable I need to set the Qualifier Fields, which are the first columns of the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788319#M1044848</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788320#M1044849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason why you are looking for particular order because it doesnt matter for Qlikview &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to storing the table then you can use like wise &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store table&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Cities&lt;/SPAN&gt; ,states,Resident,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Income&lt;/SPAN&gt; rsident Citties into test.qvd(qvd); or test.csv(csv);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788320#M1044849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-20T15:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788321#M1044850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the reason is that&amp;nbsp; I want to make a crosstable after I added the column 'States' to the table. To make a crosstable I need to set the Qualifier Fields, which are the first columns of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I should just store the table, reorder it, load it again as a crosstable. But I hope that there is a way to do it in one script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788321#M1044850</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788322#M1044851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the crosstable, just reorder the load of the fields there?&lt;/P&gt;&lt;P&gt;Crosstable(xxx,YYY,3)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;States,&lt;/P&gt;&lt;P&gt;Cities,&lt;/P&gt;&lt;P&gt;Residents,&lt;/P&gt;&lt;P&gt;Income&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident xxxx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The crosstable will use the order from the Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788322#M1044851</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788323#M1044852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe! I used this code before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable(xxx,YYY,3)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Resident xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my code is much more compact (because in my real dataset I have lots of fields), if I want to have the table in this specific order I have to do it like you said.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788323#M1044852</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert a column into table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788324#M1044853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea with that code the order is set as you say, glad to be of help though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 17:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-insert-a-column-into-table/m-p/788324#M1044853</guid>
      <dc:creator />
      <dc:date>2014-11-20T17:04:07Z</dc:date>
    </item>
  </channel>
</rss>

