<?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: Column to Row transpose in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227391#M19016</link>
    <description>Try this 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnumCAC#M95728" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Convert-Columns-to-Rows/m-p/156769#M95728&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Looks like someone else looking for same solution</description>
    <pubDate>Wed, 03 Apr 2019 16:40:01 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-04-03T16:40:01Z</dc:date>
    <item>
      <title>Column to Row transpose in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227388#M19013</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to transpose columns to rows in talend.&lt;/P&gt;&lt;P&gt;My source format is&lt;/P&gt;&lt;P&gt;id&amp;nbsp; &amp;nbsp;201601&amp;nbsp; &amp;nbsp;201602&amp;nbsp; &amp;nbsp;201603 ...&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;aa&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cc ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Column name is depend on date. So I need a automatic way to convert columns into rows.&lt;BR /&gt;Expected output is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;id&amp;nbsp; &amp;nbsp; date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;value&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; 201601&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; aa&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; 201602&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bb&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; 201603&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cc&lt;BR /&gt;. . .&lt;BR /&gt;. . .&lt;BR /&gt;. . .&lt;/P&gt;&lt;P&gt;I tried to use tUnpivotRow . downloaded zip file and uploaded the extracted folder in&lt;BR /&gt;Windows&amp;gt;preferences&amp;gt;Talend&amp;gt;Componenets.&lt;BR /&gt;But it is not showing up the palette.&lt;BR /&gt;Please help me to design a job as per this requirement.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 20:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227388#M19013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-02T20:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Column to Row transpose in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227389#M19014</link>
      <description>This might help 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpxvCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Transpose-Columns-to-Rows/td-p/40077&lt;/A&gt;</description>
      <pubDate>Tue, 02 Apr 2019 21:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227389#M19014</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-02T21:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Column to Row transpose in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227390#M19015</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The code worked for me. but the columns which i want to transpose is the date column which will increment monthly.&lt;/P&gt; 
&lt;P&gt;The code is selecting the fixed number of positions of the columns only.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there any way to change it to work dynamically?&lt;/P&gt; 
&lt;P&gt;after each month, there will be a new column added in the excel&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Eg.&amp;nbsp;&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;Location&lt;/TD&gt; 
   &lt;TD&gt;Ride name&lt;/TD&gt; 
   &lt;TD&gt;Apr-16&lt;/TD&gt; 
   &lt;TD&gt;May-16&lt;/TD&gt; 
   &lt;TD&gt;Jun-16&lt;/TD&gt; 
   &lt;TD&gt;Jul-16&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 16:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227390#M19015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-03T16:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Column to Row transpose in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227391#M19016</link>
      <description>Try this 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnumCAC#M95728" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Convert-Columns-to-Rows/m-p/156769#M95728&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Looks like someone else looking for same solution</description>
      <pubDate>Wed, 03 Apr 2019 16:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Column-to-Row-transpose-in-Talend/m-p/2227391#M19016</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-03T16:40:01Z</dc:date>
    </item>
  </channel>
</rss>

