<?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 accomplish Excel &amp;quot;Transpose&amp;quot; in TOS - Java? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216897#M12717</link>
    <description>Thanks that helps a lot !!</description>
    <pubDate>Tue, 25 Mar 2014 19:45:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-25T19:45:20Z</dc:date>
    <item>
      <title>How to accomplish Excel "Transpose" in TOS - Java?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216895#M12715</link>
      <description>Bonjour,
&lt;BR /&gt;I thought it would be simple but it is not really easy.
&lt;BR /&gt;I tried to reproduce what I've found in the forum but due to lack of details I'm not able to do what is says in: 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=16365" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=16365&lt;/A&gt;
&lt;BR /&gt;I simply would like to transpose the data like:
&lt;BR /&gt;h1;h2;h3
&lt;BR /&gt;val1a;val1b;val1c
&lt;BR /&gt;val2a;val2b;val2c
&lt;BR /&gt;valNa;valNb;valNc
&lt;BR /&gt;into
&lt;BR /&gt;h1;val1a;val2a;valNa
&lt;BR /&gt;h2;val1b;val2b;valNb
&lt;BR /&gt;h3;val1c;val2c;valNc
&lt;BR /&gt;I'm using the Java engine so tPivotToRows is not available to me. Is there an external component that I could download to accomplish this easily?
&lt;BR /&gt;Thanks for your help.
&lt;BR /&gt;PM</description>
      <pubDate>Sat, 16 Nov 2024 12:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216895#M12715</guid>
      <dc:creator>ptremblay</dc:creator>
      <dc:date>2024-11-16T12:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to accomplish Excel "Transpose" in TOS - Java?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216896#M12716</link>
      <description>Hi,&lt;BR /&gt;1) Use tDenormalize with 3 input fields (columns)&lt;BR /&gt;2) Use tmap to concatenate the 3 output fields to merge to one output from tmap. &lt;BR /&gt;row2.f1 + "~" + row2.f2 + "~" +row2.f3  &lt;BR /&gt;3) use tnormalise taking in the one field from the tmap and a separater of "~"&lt;BR /&gt;4) gives you :- &lt;BR /&gt;h1,val1a,val2a,valNa&lt;BR /&gt; h2, val1b, val2b, valNb&lt;BR /&gt; h3, val1c, val2c, valNc&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 14 Apr 2011 19:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216896#M12716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-14T19:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to accomplish Excel "Transpose" in TOS - Java?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216897#M12717</link>
      <description>Thanks that helps a lot !!</description>
      <pubDate>Tue, 25 Mar 2014 19:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-accomplish-Excel-quot-Transpose-quot-in-TOS-Java/m-p/2216897#M12717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-25T19:45:20Z</dc:date>
    </item>
  </channel>
</rss>

