<?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 convert rows into columns ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341163#M109140</link>
    <description>Hi, 
&lt;BR /&gt;I hope tSplitRow will solve the your issue. 
&lt;BR /&gt;Stick with this URL: 
&lt;A href="http://www.vikramtakkar.com/2013/09/tra" rel="nofollow noopener noreferrer"&gt;http://www.vikramtakkar.com/2013/09/tra&lt;/A&gt; ? split.html 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;kumar</description>
    <pubDate>Tue, 20 May 2014 11:29:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-20T11:29:06Z</dc:date>
    <item>
      <title>How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341158#M109135</link>
      <description>Hi,&lt;BR /&gt;I have an input XML file.&lt;BR /&gt;I would like to obtain the following result :&lt;BR /&gt;id             | picture1       | picture2       | picture3&lt;BR /&gt;1             | 7355448.jpg | 7893544.jpg | 2364758.jpg&lt;BR /&gt;2             | 1234567.jpg | 7864125.jpg | 1478523.jpg&lt;BR /&gt;3             | 7391845.jpg | 7319846.jpg | 7829657.jpg&lt;BR /&gt;...&lt;BR /&gt;For one id, i can have one or several pictures. &lt;BR /&gt;In the output Excel, I would like to obtain only the first three pictures.&lt;BR /&gt;When I realize the mapping, I get the following result :&lt;BR /&gt;id | picture1&lt;BR /&gt;1| 7355448.jpg&lt;BR /&gt;1| 7893544.jpg&lt;BR /&gt;1| 2364758.jpg&lt;BR /&gt;1| 7365599.jpg&lt;BR /&gt;1| 7733548.jpg  &lt;BR /&gt;2| 1234567.jpg&lt;BR /&gt;2| 7864125.jpg&lt;BR /&gt;2| 1478523.jpg&lt;BR /&gt;2| 1122778.jpg&lt;BR /&gt;2| 9977443.jpg&lt;BR /&gt;...&lt;BR /&gt;Can I do that with TOS ? How to solve the problem ?&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 20 May 2014 08:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341158#M109135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T08:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341159#M109136</link>
      <description>may not be optimized but I have a small hint...
&lt;BR /&gt;- Read xml file
&lt;BR /&gt;- Merge three columns into Picture1 with separator as "|" using tMap/javarow and string concatenations
&lt;BR /&gt;- Use tNormalize for Picture1 column
&lt;BR /&gt;- Use tJavaRow - create new column as rowcnt - Identify row count where id is 1
&lt;BR /&gt;- use filter component to filter out where rowcnt &amp;gt; 3
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 20 May 2014 09:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341159#M109136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341160#M109137</link>
      <description>Hi SPITman,&lt;BR /&gt;It could be possible with TOS but the output you expected is not clear.&lt;BR /&gt;I got the output in trasnposed format with the input file as you mentioned.&lt;BR /&gt;i have used 3 outputs in tmap and applied inner join between keys for each picture type(1,2,3).&lt;BR /&gt;output:&lt;BR /&gt;.--+-----------.&lt;BR /&gt;|  tLogRow_1   |&lt;BR /&gt;|=-+----------=|&lt;BR /&gt;|id|picture1   |&lt;BR /&gt;|=-+----------=|&lt;BR /&gt;|1 |7355448.jpg|&lt;BR /&gt;|1 |7893544.jpg|&lt;BR /&gt;|1 |2364758.jpg|&lt;BR /&gt;|2 |1234567.jpg|&lt;BR /&gt;|2 |7864125.jpg|&lt;BR /&gt;|2 |1478523.jpg|&lt;BR /&gt;|3 |7391845.jpg|&lt;BR /&gt;|3 |7319846.jpg|&lt;BR /&gt;|3 |7829657.jpg|&lt;BR /&gt;'--+-----------' &lt;BR /&gt;Thanks,&lt;BR /&gt;Bhanu.</description>
      <pubDate>Tue, 20 May 2014 09:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341160#M109137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T09:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341161#M109138</link>
      <description>Hi,&lt;BR /&gt;In fact, I would like to obtain the following result :&lt;BR /&gt;id             | picture1       | picture2       | picture3&lt;BR /&gt;1             | 7355448.jpg | 7893544.jpg | 2364758.jpg&lt;BR /&gt;2             | 1234567.jpg | 7864125.jpg | 1478523.jpg&lt;BR /&gt;3             | 7391845.jpg | 7319846.jpg | 7829657.jpg&lt;BR /&gt;&lt;BR /&gt;In the input XML file, I can have several pictures (25 for instance) for one id.&lt;BR /&gt;In the output Excel, I would like to obtain only the first three pictures (COLUMNS and not ROWS)</description>
      <pubDate>Tue, 20 May 2014 09:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341161#M109138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T09:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341162#M109139</link>
      <description>Hi,&lt;BR /&gt;I think you don't understand me...&lt;BR /&gt;&lt;BR /&gt;I would like to obtain the following result :&lt;BR /&gt;id             | picture1       | picture2       | picture3&lt;BR /&gt;1             | 7355448.jpg | 7893544.jpg | 2364758.jpg&lt;BR /&gt;2             | 1234567.jpg | 7864125.jpg | 1478523.jpg&lt;BR /&gt;3             | 7391845.jpg | 7319846.jpg | 7829657.jpg&lt;BR /&gt;&lt;BR /&gt;In the input XML file, I can have several pictures (25 for instance) for one id.&lt;BR /&gt;In the output Excel, I would like to obtain only the first three pictures (in COLUMNS and not ROWS)&lt;BR /&gt;That's all</description>
      <pubDate>Tue, 20 May 2014 09:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341162#M109139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341163#M109140</link>
      <description>Hi, 
&lt;BR /&gt;I hope tSplitRow will solve the your issue. 
&lt;BR /&gt;Stick with this URL: 
&lt;A href="http://www.vikramtakkar.com/2013/09/tra" rel="nofollow noopener noreferrer"&gt;http://www.vikramtakkar.com/2013/09/tra&lt;/A&gt; ? split.html 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;kumar</description>
      <pubDate>Tue, 20 May 2014 11:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341163#M109140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T11:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341164#M109141</link>
      <description>Hi,&lt;BR /&gt;tSplitrow splits a row into several rows. I search to split rows into several columns.</description>
      <pubDate>Tue, 20 May 2014 12:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341164#M109141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341165#M109142</link>
      <description>I have created a sample job and tested, please check whether it is as expected or not. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDlD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129098i3207524F019E46C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDlD.png" alt="0683p000009MDlD.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MECl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136615i9A33FC5FF6A76898/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MECl.png" alt="0683p000009MECl.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MECq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150667i07A129774F0957CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MECq.png" alt="0683p000009MECq.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME8L.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131604i7E35B7DF10AE8332/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME8L.png" alt="0683p000009ME8L.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 21 May 2014 10:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341165#M109142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341166#M109143</link>
      <description>Thanks for your reply.&lt;BR /&gt;I check it now !</description>
      <pubDate>Wed, 21 May 2014 10:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341166#M109143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341167#M109144</link>
      <description>if you want to obtain first three images then you have to used tDenormalizeSortedRow component instead tDenormalize. rest of the things remain same.</description>
      <pubDate>Wed, 21 May 2014 10:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341167#M109144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T10:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341168#M109145</link>
      <description>Hi,
&lt;BR /&gt;I have an error :
&lt;BR /&gt;Exception in component tMap_1
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 1</description>
      <pubDate>Wed, 21 May 2014 10:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341168#M109145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341169#M109146</link>
      <description>check below options. 
&lt;BR /&gt;1&amp;gt; your input string has value 
&lt;BR /&gt;2&amp;gt; string has more than three values for all the rows.
&lt;BR /&gt;3&amp;gt; validate after split for values.</description>
      <pubDate>Wed, 21 May 2014 11:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341169#M109146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T11:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341170#M109147</link>
      <description>check below options.
&lt;BR /&gt;1&amp;gt; your input string has value : YES
&lt;BR /&gt;2&amp;gt; string has more than three values for all the rows : NO because several rows can be empty : several ID can not have pictures...
&lt;BR /&gt;3&amp;gt; validate after split for values : YES ?</description>
      <pubDate>Wed, 21 May 2014 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341170#M109147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341171#M109148</link>
      <description>I can have empty values for the position , and .
&lt;BR /&gt;That's why I have an error on the position : java.lang.ArrayIndexOutOfBoundsException: 1</description>
      <pubDate>Wed, 21 May 2014 12:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341171#M109148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341172#M109149</link>
      <description>have you tested that you have values for position 1 and 2, because function is same only parameters are different. i am suspecting that second value must be empty or null? check once. if not then print input column values and check you are getting right result or not.</description>
      <pubDate>Wed, 21 May 2014 12:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341172#M109149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T12:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341173#M109150</link>
      <description>use below sample code in your tMap to resolve above issue. you can extend this code as per your requirement.&lt;BR /&gt;&lt;PRE&gt;for first column: row6.picture1!=null? row6.picture1.split(";").length &amp;gt;0?row6.picture1.split(";"):null&lt;BR /&gt;:null&lt;BR /&gt;for second column: row6.picture1!=null? row6.picture1.split(";").length &amp;gt;=1?row6.picture1.split(";"):null&lt;BR /&gt;:null&lt;BR /&gt;for third column: row6.picture1!=null? row6.picture1.split(";").length &amp;gt;=2?row6.picture1.split(";"):null&lt;BR /&gt;:null&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 May 2014 13:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341173#M109150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T13:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341174#M109151</link>
      <description>Thanks for your reply guy but it doesn't work...
&lt;BR /&gt;I always have the same error : java.lang.ArrayIndexOutOfBoundsException: 1
&lt;BR /&gt;You're right my second value is empty, that's why I have the error. However, I check it...</description>
      <pubDate>Wed, 21 May 2014 19:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341174#M109151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T19:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341175#M109152</link>
      <description>After the tDenormalize, connect it to a tExtractDelimitedFields with the target schema as it's output schema and the "Field to split" set to that second column and the "Field separator" to the same value as "Delimiter" from the tDenormalize. It should ignore it in the event that there aren't enough of them. 
&lt;BR /&gt;When I run the job in the attached screenshot, I get the following output: 
&lt;BR /&gt; 
&lt;PRE&gt; connecting to socket on port 3480&lt;BR /&gt; connected&lt;BR /&gt;.--+--------------.&lt;BR /&gt;|    tLogRow_2    |&lt;BR /&gt;|=-+-------------=|&lt;BR /&gt;|Id|Picture       |&lt;BR /&gt;|=-+-------------=|&lt;BR /&gt;|1 | 7355448.jpg  |&lt;BR /&gt;|1 | 7893544.jpg  |&lt;BR /&gt;|1 | 2364758.jpg  |&lt;BR /&gt;|1 | 7365599.jpg  |&lt;BR /&gt;|1 | 7733548.jpg  |&lt;BR /&gt;|2 | 1234567.jpg  |&lt;BR /&gt;|2 | 7864125.jpg  |&lt;BR /&gt;|2 | 1478523.jpg  |&lt;BR /&gt;|2 | 1122778.jpg  |&lt;BR /&gt;|2 | 9977443.jpg  |&lt;BR /&gt;'--+--------------'&lt;BR /&gt;.--+------------+------------+------------.&lt;BR /&gt;|                tLogRow_1                |&lt;BR /&gt;|=-+------------+------------+-----------=|&lt;BR /&gt;|Id|Picture_1   |Picture_2   |Picture_3   |&lt;BR /&gt;|=-+------------+------------+-----------=|&lt;BR /&gt;|1 | 7355448.jpg| 7893544.jpg| 2364758.jpg|&lt;BR /&gt;|2 | 1234567.jpg| 7864125.jpg| 1478523.jpg|&lt;BR /&gt;'--+------------+------------+------------'&lt;BR /&gt; disconnected&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME5g.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133025i743E70E68B7D4630/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME5g.png" alt="0683p000009ME5g.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 21 May 2014 19:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341175#M109152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T19:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341176#M109153</link>
      <description>this is another good way of getting values, but when i have implemented your job i am getting below output, am i missing something?&lt;BR /&gt;&lt;PRE&gt;.--+------------------------------------------------------------------+-----------+-----------.&lt;BR /&gt;|                                          tLogRow_2                                          |&lt;BR /&gt;|=-+------------------------------------------------------------------+-----------+----------=|&lt;BR /&gt;|id|picture1                                                          |picture2   |picture3   |&lt;BR /&gt;|=-+------------------------------------------------------------------+-----------+----------=|&lt;BR /&gt;|1 | 7355448.jpg; 7893544.jpg; 2364758.jpg; 7365599.jpg; 7733548.jpg  |7355448.jpg|7893544.jpg|&lt;BR /&gt;|2 | 1234567.jpg; 7864125.jpg; 1478523.jpg; 1122778.jpg; 9977443.jpg  |1234567.jpg|7864125.jpg|&lt;BR /&gt;'--+------------------------------------------------------------------+-----------+-----------'&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 May 2014 07:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341176#M109153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T07:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert rows into columns ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341177#M109154</link>
      <description>Hi,&lt;BR /&gt;Yes... In the column picture1, I want to have only one picture (as you can see in columns picture2 and picture3)</description>
      <pubDate>Thu, 22 May 2014 08:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-rows-into-columns/m-p/2341177#M109154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T08:12:57Z</dc:date>
    </item>
  </channel>
</rss>

