<?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: Transform columns into rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311409#M82451</link>
    <description>&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp; for the link.&lt;/P&gt; 
&lt;P&gt;I found the solution with the component "tUnpivotRow" via the link that you sent me.&lt;/P&gt; 
&lt;P&gt;But I have a problem , when &amp;nbsp;I download the component in Talend 7.1, I get a msg “your selection will nest folders” and I can not find the component in the palette:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 751px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4EP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135043iB47D9D8069E40A74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4EP.png" alt="0683p000009M4EP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2019 12:26:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-17T12:26:21Z</dc:date>
    <item>
      <title>Transform columns into rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311407#M82449</link>
      <description>&lt;P&gt;Hello, i am beginner on talend, please could you help me with below query.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to duplicate each row of my table 12 times, because I want to include a "month" column in the table, plus another “order” column that will contain the values ​​of the columns "month" of my source file. My input will be from excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extracted from the source file:&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;Id_cust&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;January&lt;/TD&gt;
   &lt;TD&gt;February&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;aaa&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;24&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;bbb&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;36&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output&amp;nbsp;:&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;Month&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;Id_cus&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;order&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;aa&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;January&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;bb&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;February&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;aa&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;24&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;P&gt;February&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;bb&lt;/P&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;P&gt;36&lt;/P&gt;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 09:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311407#M82449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-16T09:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Transform columns into rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311408#M82450</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please let us know if this related topic helps?&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://community.talend.com/t5/Design-and-Development/Transpose-Columns-to-Rows/td-p/40077" href="https://community.qlik.com/s/feed/0D53p00007vCpxvCAC" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/Transpose-Columns-to-Rows/td-p/40077&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 08:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311408#M82450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transform columns into rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311409#M82451</link>
      <description>&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp; for the link.&lt;/P&gt; 
&lt;P&gt;I found the solution with the component "tUnpivotRow" via the link that you sent me.&lt;/P&gt; 
&lt;P&gt;But I have a problem , when &amp;nbsp;I download the component in Talend 7.1, I get a msg “your selection will nest folders” and I can not find the component in the palette:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 751px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4EP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135043iB47D9D8069E40A74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4EP.png" alt="0683p000009M4EP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 12:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-columns-into-rows/m-p/2311409#M82451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-17T12:26:21Z</dc:date>
    </item>
  </channel>
</rss>

