<?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: [resolved] row to column transformation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356659#M122129</link>
    <description>Hi 
&lt;BR /&gt;Here I show a demo job to achieve the request, 
&lt;BR /&gt;in.csv: 
&lt;BR /&gt;1;2;3 
&lt;BR /&gt;4;5;6 
&lt;BR /&gt;7;8;9 
&lt;BR /&gt;on tJavarow_1: 
&lt;BR /&gt; 
&lt;PRE&gt;1;2;3&lt;BR /&gt;4;5;6&lt;BR /&gt;7;8;9&lt;/PRE&gt; 
&lt;BR /&gt;on tJavaRow_2: 
&lt;BR /&gt; 
&lt;PRE&gt;globalMap.put("c1", input_row.line);&lt;/PRE&gt; 
&lt;BR /&gt;on tJavaRow_3: 
&lt;BR /&gt; 
&lt;PRE&gt;globalMap.put("c1", input_row.line);&lt;/PRE&gt; 
&lt;BR /&gt;result: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job forum16973 at 20:07 25/07/2011.&lt;BR /&gt; connecting to socket on port 3400&lt;BR /&gt; connected&lt;BR /&gt;.----.&lt;BR /&gt;|tLogRow_1|&lt;BR /&gt;|=--=|&lt;BR /&gt;|line|&lt;BR /&gt;|=--=|&lt;BR /&gt;|1   |&lt;BR /&gt;|2   |&lt;BR /&gt;|3   |&lt;BR /&gt;|4   |&lt;BR /&gt;|5   |&lt;BR /&gt;|6   |&lt;BR /&gt;|7   |&lt;BR /&gt;|8   |&lt;BR /&gt;|9   |&lt;BR /&gt;'----'&lt;BR /&gt;.--+--+--.&lt;BR /&gt;|tLogRow_2|&lt;BR /&gt;|=-+--+-=|&lt;BR /&gt;|c1|c2|c3|&lt;BR /&gt;|=-+--+-=|&lt;BR /&gt;|1 |2 |3 |&lt;BR /&gt;|4 |5 |6 |&lt;BR /&gt;|7 |8 |9 |&lt;BR /&gt;'--+--+--'&lt;BR /&gt; disconnected&lt;BR /&gt;Job forum16973 ended at 20:07 25/07/2011. &lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 25 Jul 2011 13:17:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-25T13:17:14Z</dc:date>
    <item>
      <title>[resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356658#M122128</link>
      <description>Hi,&lt;BR /&gt;Can anyone help me to do this row to column transformation:&lt;BR /&gt;Input file:&lt;BR /&gt;Col_A    Col_B     Col_C&lt;BR /&gt;1            2              3&lt;BR /&gt;4            5              6&lt;BR /&gt;7            8              9&lt;BR /&gt;&lt;BR /&gt;Output file:&lt;BR /&gt;Col_A    Col_B     Col_C&lt;BR /&gt;1            4             7&lt;BR /&gt;2            5             8&lt;BR /&gt;3            6             9&lt;BR /&gt;&lt;BR /&gt;I have tried with lots of components but i am not able to do that.&lt;BR /&gt;Thanks for your help !.</description>
      <pubDate>Sat, 16 Nov 2024 12:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356658#M122128</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356659#M122129</link>
      <description>Hi 
&lt;BR /&gt;Here I show a demo job to achieve the request, 
&lt;BR /&gt;in.csv: 
&lt;BR /&gt;1;2;3 
&lt;BR /&gt;4;5;6 
&lt;BR /&gt;7;8;9 
&lt;BR /&gt;on tJavarow_1: 
&lt;BR /&gt; 
&lt;PRE&gt;1;2;3&lt;BR /&gt;4;5;6&lt;BR /&gt;7;8;9&lt;/PRE&gt; 
&lt;BR /&gt;on tJavaRow_2: 
&lt;BR /&gt; 
&lt;PRE&gt;globalMap.put("c1", input_row.line);&lt;/PRE&gt; 
&lt;BR /&gt;on tJavaRow_3: 
&lt;BR /&gt; 
&lt;PRE&gt;globalMap.put("c1", input_row.line);&lt;/PRE&gt; 
&lt;BR /&gt;result: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job forum16973 at 20:07 25/07/2011.&lt;BR /&gt; connecting to socket on port 3400&lt;BR /&gt; connected&lt;BR /&gt;.----.&lt;BR /&gt;|tLogRow_1|&lt;BR /&gt;|=--=|&lt;BR /&gt;|line|&lt;BR /&gt;|=--=|&lt;BR /&gt;|1   |&lt;BR /&gt;|2   |&lt;BR /&gt;|3   |&lt;BR /&gt;|4   |&lt;BR /&gt;|5   |&lt;BR /&gt;|6   |&lt;BR /&gt;|7   |&lt;BR /&gt;|8   |&lt;BR /&gt;|9   |&lt;BR /&gt;'----'&lt;BR /&gt;.--+--+--.&lt;BR /&gt;|tLogRow_2|&lt;BR /&gt;|=-+--+-=|&lt;BR /&gt;|c1|c2|c3|&lt;BR /&gt;|=-+--+-=|&lt;BR /&gt;|1 |2 |3 |&lt;BR /&gt;|4 |5 |6 |&lt;BR /&gt;|7 |8 |9 |&lt;BR /&gt;'--+--+--'&lt;BR /&gt; disconnected&lt;BR /&gt;Job forum16973 ended at 20:07 25/07/2011. &lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 25 Jul 2011 13:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356659#M122129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-25T13:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356660#M122130</link>
      <description>Thanks a lot for your demo Shong. 
&lt;BR /&gt;I will try to adapt it for my needs. 
&lt;BR /&gt;Bests regards. 
&lt;BR /&gt;andrelaurent</description>
      <pubDate>Tue, 26 Jul 2011 08:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356660#M122130</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-07-26T08:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356661#M122131</link>
      <description>Hi shong, 
&lt;BR /&gt;I was able to create your demo job but it looks to have a little error on tJavaRow_3. I think the correct code is: 
&lt;BR /&gt; 
&lt;PRE&gt;globalMap.put("c2", input_row.line);&lt;/PRE&gt; 
&lt;BR /&gt;But the result is not that I asked in my first post 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I need this output file: 
&lt;BR /&gt;1;4;7 
&lt;BR /&gt;2;5;8 
&lt;BR /&gt;3;6;9 
&lt;BR /&gt;Since yesterday I am trying to adapt your job without success. Could you please help me. 
&lt;BR /&gt;Thanks a lot 
&lt;BR /&gt;andrelaurent</description>
      <pubDate>Tue, 26 Jul 2011 15:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356661#M122131</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-07-26T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356662#M122132</link>
      <description>Hi, 
&lt;BR /&gt;tPivotOutPutDelimited might help you. 
&lt;BR /&gt;Please refer the below link for more details. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCrEzCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/using-date-ranges-in-join-condition-of-a-tmap/td-p/114391&lt;/A&gt;</description>
      <pubDate>Wed, 27 Jul 2011 09:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356662#M122132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-27T09:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356663#M122133</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for your answer AchyuthB. tPivotOutPutDelimited would help me but it process only one column. 
&lt;BR /&gt;I found the tTurnRow unofficial component and it do exactly that I want. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;andrelaurent</description>
      <pubDate>Thu, 28 Jul 2011 10:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356663#M122133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-28T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] row to column transformation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356664#M122134</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Thanks for your answer AchyuthB. tPivotOutPutDelimited would help me but it process only one column.&lt;BR /&gt;I found the tTurnRow unofficial component and it do exactly that I want.&lt;BR /&gt;Best regards&lt;BR /&gt;andrelaurent&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi 
&lt;BR /&gt;Cool, I was wrong to your needs.;( 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 28 Jul 2011 12:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-row-to-column-transformation/m-p/2356664#M122134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-28T12:58:41Z</dc:date>
    </item>
  </channel>
</rss>

