<?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 transpose Rows to Columns in Excel? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355127#M120944</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Here is a solution&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZsAAM" target="_self"&gt;https://community.talend.com/t5/Migration-Configuration-and/Converting-rows-to-columns/ta-p/21667&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 11:30:50 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-12-04T11:30:50Z</dc:date>
    <item>
      <title>How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355126#M120943</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to transpose Rows to Columns of an Excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Input:&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0"&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;Articoli&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;561&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;575&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;Video&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1049&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1161&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;Tot&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1610&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1736&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected Output:&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0"&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;Articoli&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;Video&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;Tot&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;561&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1049&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1610&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;575&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1161&lt;/FONT&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;FONT face="Sky Text" size="1" color="#000000"&gt;1736&lt;/FONT&gt;&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried unsuccessfully using tUnpivotRow, tNormalize, tDenormalize, tPivotToColumnsDelimited components.&lt;/P&gt;
&lt;P&gt;Is it possible to achieve this output?&lt;/P&gt;
&lt;P&gt;If yes, how?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Giacomo&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355126#M120943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355127#M120944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Here is a solution&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZsAAM" target="_self"&gt;https://community.talend.com/t5/Migration-Configuration-and/Converting-rows-to-columns/ta-p/21667&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355127#M120944</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-04T11:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355128#M120945</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;Would be easier if you included headings for your columns,&lt;BR /&gt;c1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;c3&lt;BR /&gt;Articoli &amp;nbsp; &amp;nbsp;561 &amp;nbsp; &amp;nbsp; &amp;nbsp;575&lt;BR /&gt;Video &amp;nbsp; &amp;nbsp; 1049 &amp;nbsp; &amp;nbsp; 1161&lt;BR /&gt;Tot &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1610 &amp;nbsp; &amp;nbsp; &amp;nbsp;1736&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have used tPivotToColumnsDelimited that did exactly what you want, but it did take some tweaking for it to work properly.&lt;/P&gt;
&lt;P&gt;The Pivot Column field should be c1, your Aggregate column would be c2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That might work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Goodluck!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 16:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355128#M120945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-04T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355129#M120946</link>
      <description>&lt;P&gt;And what should I put as "Group by" columns?&lt;/P&gt;
&lt;P&gt;And for "Aggregating functions"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank's for the answer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Giacomo&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 17:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355129#M120946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-04T17:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355130#M120947</link>
      <description>The same as in the link should work.&lt;BR /&gt;Articoli for the "Group By", First for the Fonction.</description>
      <pubDate>Mon, 04 Dec 2017 18:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355130#M120947</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-04T18:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355131#M120948</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unfortunately none of the solutions above worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way I found a custom component, tTranspose&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F187&amp;amp;pi=marketplace%252F1%252Fproducts%252F187%252Fitems%252F246" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F187&amp;amp;pi=marketplace%252F1%252Fproducts%252F187%252Fitems%252F246&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This component works fine for the issue that I described.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you all for the answers,&lt;/P&gt;
&lt;P&gt;Giacomo&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 08:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355131#M120948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T08:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355132#M120949</link>
      <description>&lt;P&gt;Hello Giacomo,&lt;/P&gt; 
&lt;P&gt;Thank for sharing your solution on forum and marked it as accepted.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 02:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355132#M120949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T02:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to transpose Rows to Columns in Excel?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355133#M120950</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;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&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="nofollow noopener noreferrer 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;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="www.learningsutras.net" href="http://www.learningsutras.net/" target="_self" rel="nofollow noopener noreferrer 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:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-transpose-Rows-to-Columns-in-Excel/m-p/2355133#M120950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T14:39:57Z</dc:date>
    </item>
  </channel>
</rss>

