<?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 Function Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357523#M122796</link>
    <description>&lt;P&gt;Yes, that is exactly what I was suggesting. If you take a look at the tutorial I posted, you will see how to multiply the rows and get the row multiplication number back. After that it is just a case of using the row number to send the column data to the right output column.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 11:11:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-10T11:11:52Z</dc:date>
    <item>
      <title>Transpose Function Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357520#M122793</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to simulate a transpose function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example of my input lines and what I pretend to get on output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Input :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Name&amp;nbsp;city1&amp;nbsp;city2&amp;nbsp;city3&amp;nbsp;city4&amp;nbsp;city5&amp;nbsp;city6&amp;nbsp;city7&amp;nbsp;city8&amp;nbsp;city9&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Output :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Name&amp;nbsp;city1&amp;nbsp;city2&amp;nbsp;city3&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Name city4&amp;nbsp;city5&amp;nbsp;city6&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Name city7&amp;nbsp;city8&amp;nbsp;city9&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm using&amp;nbsp;tmysqlinput for the input but i can use also tFileInputExcel&lt;/P&gt;&lt;P&gt;and i'm using tMysqlOutput fot the output&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357520#M122793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Function Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357521#M122794</link>
      <description>&lt;P&gt;This can be done, but can you explain exactly what you want. Do you have 10 columns coming in....&lt;/P&gt; 
&lt;PRE&gt;Name, city1, city2, city3, city4, city5, city6, city7, city8, city9 &lt;/PRE&gt; 
&lt;P&gt;....and are these fixed? Will there always be 10? Also, are you wanting to&amp;nbsp;output the "Name" column 3 times and always grouping the fields....&lt;/P&gt; 
&lt;PRE&gt;Name, city1, city2, city3 &lt;BR /&gt;Name, city4, city5, city6 &lt;BR /&gt;Name, city7, city8, city9&amp;nbsp;&lt;/PRE&gt; 
&lt;P&gt;If so, you need to multiply each row that comes in by 3 and then on row 1 of the 3 create the first row above, on row 2 of the 3 create the second row from above and on row 3 of teh 3 create the last row.&lt;BR /&gt;&lt;BR /&gt;I have created a tutorial on row multiplication here:&amp;nbsp;&lt;A href="https://www.rilhia.com/quicktips/quick-tip-row-multiplication" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/quicktips/quick-tip-row-multiplication&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;All you need to do after that is filter by the row number to identify which values to pass on. Hint: you can use the tMap variables for this.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357521#M122794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Function Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357522#M122795</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp; for replying&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;yes i will always have the same number of column 10 but the problem is that each column has a different value&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;for exa&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;mple :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Name City1&amp;nbsp; &amp;nbsp; &amp;nbsp;City2&amp;nbsp; &amp;nbsp; &amp;nbsp; City3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;City4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; City5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; City6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; City7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; City8&amp;nbsp; &amp;nbsp; &amp;nbsp; City9&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Toto&amp;nbsp; &amp;nbsp;Seville&amp;nbsp; &amp;nbsp;Detroit&amp;nbsp; &amp;nbsp;&amp;nbsp;Canberra&amp;nbsp; &amp;nbsp;&amp;nbsp;Hamburg&amp;nbsp; &amp;nbsp;Antwerp&amp;nbsp; &amp;nbsp; Madrid&amp;nbsp; &amp;nbsp; &amp;nbsp; Turin&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Paris&amp;nbsp; &amp;nbsp; &amp;nbsp; Milan&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;output :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Toto&amp;nbsp; &amp;nbsp;Seville&amp;nbsp; &amp;nbsp;Detroit&amp;nbsp; &amp;nbsp;&amp;nbsp;Canberra&amp;nbsp; &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Toto&amp;nbsp; Hamburg&amp;nbsp; &amp;nbsp;Antwerp&amp;nbsp; &amp;nbsp; Madrid&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Toto&amp;nbsp; &amp;nbsp; Turin&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Paris&amp;nbsp; &amp;nbsp; &amp;nbsp; Milan&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Actually what i need is to multiply &lt;SPAN&gt;each row that comes in by 3 like you say and to say first line is going to be Name column.position1 columnPosition2 columnPosition3&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;secend line&amp;nbsp;&amp;nbsp;: Name column.position4 columnPosition5 columnPosition6&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357522#M122795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Function Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357523#M122796</link>
      <description>&lt;P&gt;Yes, that is exactly what I was suggesting. If you take a look at the tutorial I posted, you will see how to multiply the rows and get the row multiplication number back. After that it is just a case of using the row number to send the column data to the right output column.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357523#M122796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-10T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Function Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357524#M122797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you still looking for solution please try below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ColumnsRows1.PNG" style="width: 686px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwhN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133183i1C03977C8D7AE02D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwhN.png" alt="0683p000009LwhN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ColumnsRows2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwhX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128017iCA07A4BC41E6BA74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwhX.png" alt="0683p000009LwhX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ColumnsRows3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lwhh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145477i5BC55BA73F6D2644/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lwhh.png" alt="0683p000009Lwhh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 15:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-Function-Talend/m-p/2357524#M122797</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2018-04-11T15:16:48Z</dc:date>
    </item>
  </channel>
</rss>

