<?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: Transpose rows to columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210535#M8926</link>
    <description>&lt;P&gt;Sorry, I misunderstood what you wanted. This will probably take a bit of Java to do this as you simply want to turn the data on its side. I'm a bit busy right now, but may be able to knock something up a bit later. I assume that you want a CSV output? This is important has your output column types will have to be String in order to suit this.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Sep 2018 13:17:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-24T13:17:21Z</dc:date>
    <item>
      <title>Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210529#M8920</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm currently working with excel file as my source data. So is it possible to transpose its rows to a single column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your reference, I'm attaching the image where rows values for the 1st column would act as the target columns and the values corresponding to each row of the 1st column would act as the values for each of the target column.&lt;/P&gt;
&lt;P&gt;Please help me in this regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dipanjan&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210529#M8920</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2024-11-16T07:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210530#M8921</link>
      <description>&lt;P&gt;Take a look here:&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZsAAM" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/Converting-rows-to-columns/ta-p/21667&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 13:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210530#M8921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210531#M8922</link>
      <description>you can try to use tnormalize</description>
      <pubDate>Fri, 21 Sep 2018 14:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210531#M8922</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-21T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210532#M8923</link>
      <description>&lt;P&gt;Is it possible that my desired output is of the form as attached in the image?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so could you please suggest an end-to-end flow on that part.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsvJ"&gt;TrasposedSourceData.JPG&lt;/A&gt;</description>
      <pubDate>Mon, 24 Sep 2018 05:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210532#M8923</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2018-09-24T05:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210533#M8924</link>
      <description>&lt;P&gt;Yes. Have a look at the link the I provided and give it a try&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 09:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210533#M8924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-24T09:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210534#M8925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I did try your approach, however, I was able to get only the 1st row that is column name in output. And due to which I couldn't proceed further with rest of the data set.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please help me in this regards.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Dipanjan&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 11:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210534#M8925</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2018-09-24T11:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210535#M8926</link>
      <description>&lt;P&gt;Sorry, I misunderstood what you wanted. This will probably take a bit of Java to do this as you simply want to turn the data on its side. I'm a bit busy right now, but may be able to knock something up a bit later. I assume that you want a CSV output? This is important has your output column types will have to be String in order to suit this.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210535#M8926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-24T13:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210536#M8927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It doesn't matter, datatype at the output side&amp;nbsp;can be anything. Though we can always cast that inside tmap.&lt;/P&gt; 
&lt;P&gt;Right now, the main point of concern for me is to transpose the data up side down.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this make sense!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210536#M8927</guid>
      <dc:creator>dipanjan93</dc:creator>
      <dc:date>2018-09-24T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210537#M8928</link>
      <description>you can have a look to: &lt;A href="http://dwetl.com/2015/07/27/excel-like-transpose-using-talend/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://dwetl.com/2015/07/27/excel-like-transpose-using-talend/&lt;/A&gt;&lt;BR /&gt;or to&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/36467131/transpose-data-using-talend" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/36467131/transpose-data-using-talend&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 24 Sep 2018 13:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210537#M8928</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-24T13:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose rows to columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210538#M8929</link>
      <description>&lt;P&gt;Tech Blog # Talend - Row to Column Transpose&lt;/P&gt;
&lt;P&gt;Hey Guys! We have come up with a detailed blog on Row to Column Transpose in Talend.&lt;/P&gt;
&lt;P&gt;Read it here - &lt;A title="https://www.learningsutras.net/post/tech-blog-talend-transpose-rows-into-columns" href="https://www.learningsutras.net/post/tech-blog-talend-transpose-rows-into-columns" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.learningsutras.net/post/tech-blog-talend-transpose-rows-into-columns&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For more blogs on Talend - Join us for FREE or Subscribe to our site &lt;A title="www.learningsutras.net" href="http://www.learningsutras.net" target="_self" rel="nofollow noopener noreferrer"&gt;www.learningsutras.net&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;#talend #learningsutras #techblog&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 14:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-rows-to-columns/m-p/2210538#M8929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T14:35:50Z</dc:date>
    </item>
  </channel>
</rss>

