<?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: Vertical Merging in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307185#M78640</link>
    <description>Hi id4dsc, &lt;BR /&gt;As we known that Talend is a code generator ETL which use JAVA as the underline technology generated to perform the Data Extraction, Transformation and Loading. What we can do is loading your processed data into excel without "merge cells". I think you should do it by manually.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 12 Mar 2013 06:23:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-03-12T06:23:16Z</dc:date>
    <item>
      <title>Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307176#M78631</link>
      <description>Hi ALL,&lt;BR /&gt;My source IS AS below.&lt;BR /&gt;Column1		Column2		Column3&lt;BR /&gt;A					123				111&lt;BR /&gt;A					124				565&lt;BR /&gt;A					23				699&lt;BR /&gt;B					236				125&lt;BR /&gt;B					458				89&lt;BR /&gt;B					796				36&lt;BR /&gt;C					658				988&lt;BR /&gt;C					986				475&lt;BR /&gt;C					351				632&lt;BR /&gt;C					265				677&lt;BR /&gt;My output should be as below&lt;BR /&gt;Column1		Column2		Column3&lt;BR /&gt;A					123				111&lt;BR /&gt;					124				565&lt;BR /&gt;					23				699&lt;BR /&gt;B					236				125&lt;BR /&gt;					458				89&lt;BR /&gt;					796				36&lt;BR /&gt;C					658				988&lt;BR /&gt;					986				475&lt;BR /&gt;					351				632&lt;BR /&gt;					265				677&lt;BR /&gt;I want this output in excel file.&lt;BR /&gt;Kindly assist.&lt;BR /&gt;Thanks,&lt;BR /&gt;Saty.</description>
      <pubDate>Mon, 11 Mar 2013 06:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307176#M78631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T06:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307177#M78632</link>
      <description>Hi id4dsc, 
&lt;BR /&gt;To make it clearer to you, I have desgined a Job for you. The work flow is that: 
&lt;BR /&gt;tFileInputDelimited--&amp;gt;tMap--&amp;gt;tfileoutputExcel--&amp;gt;tlogrow 
&lt;BR /&gt; --&amp;gt;tjavaRow 
&lt;BR /&gt;The expression in tMap 
&lt;PRE&gt;(String)globalMap.get("last_value")==null?row1.c1:(((String)globalMap.get("last_value")).equals(row1.c1)?"":row1.c1)&lt;/PRE&gt; 
&lt;BR /&gt;For more details, please see my screenshots. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME51.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131798iA97D06673D8F6CE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME51.png" alt="0683p000009ME51.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME3G.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142062i6718780EF37AD65F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME3G.png" alt="0683p000009ME3G.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME56.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147922i55F9DCD8EA3B5892/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME56.png" alt="0683p000009ME56.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDgq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133806i4D6039ECC953DF26/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDgq.png" alt="0683p000009MDgq.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDj3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153549i04D17B3501A40F48/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDj3.png" alt="0683p000009MDj3.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 11 Mar 2013 08:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307177#M78632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T08:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307178#M78633</link>
      <description>Hi Sabrina,&lt;BR /&gt;I've tried as you shown in the job. Nut it is throwing an error as below.&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	a21 cannot be resolved to a variable&lt;BR /&gt;	at asec.sc_6_0_1.SC_6.tFileInputDelimited_1Process(SC_6.java:1434)&lt;BR /&gt;	at asec.sc_6_0_1.SC_6.runJobInTOS(SC_6.java:1763)&lt;BR /&gt;	at asec.sc_6_0_1.SC_6.main(SC_6.java:1631)&lt;BR /&gt;Kindly assist.&lt;BR /&gt;Thnx,&lt;BR /&gt;Saty.</description>
      <pubDate>Mon, 11 Mar 2013 09:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307178#M78633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307179#M78634</link>
      <description>Hi Saty 
&lt;BR /&gt;It is a compilation error, there must be a wrong setting in the job, we usually open the Code tab and see which line has the error. 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 11 Mar 2013 09:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307179#M78634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307180#M78635</link>
      <description>Hi Shong,
&lt;BR /&gt;what is the meaning of the below command/function.
&lt;BR /&gt;globalMap.put("last_value",input_row1.C1);
&lt;BR /&gt;
&lt;BR /&gt;Kindly assist.
&lt;BR /&gt;Thnx.</description>
      <pubDate>Mon, 11 Mar 2013 09:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307180#M78635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307181#M78636</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Shong,&lt;BR /&gt;what is the meaning of the below command/function.&lt;BR /&gt;globalMap.put("last_value",input_row1.C1);&lt;BR /&gt;&lt;BR /&gt;Kindly assist.&lt;BR /&gt;Thnx.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;This code is used to store the last value of c1 column to a global variable. You will see global variable is used very often during your development later, the expression is: 
&lt;BR /&gt;globalMap.put("key",value) 
&lt;BR /&gt;Afterwards, you can get this value by: 
&lt;BR /&gt;(String)globalMap.get("key") //for the string value 
&lt;BR /&gt;or 
&lt;BR /&gt;(Integer)globalMap.get("key") //for the Integer/int value 
&lt;BR /&gt;or 
&lt;BR /&gt;(java.util.Date)globalMap.get("key") //for the Date value 
&lt;BR /&gt;and so on. 
&lt;BR /&gt;Hope this explanation is clear for you. 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 11 Mar 2013 09:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307181#M78636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307182#M78637</link>
      <description>Hi Shong/Sabrina, 
&lt;BR /&gt;I got the output. I've made below change. 
&lt;BR /&gt;globalMap.put("last_value",input_row1.C1); -------------&amp;gt; globalMap.put("last_value",row1.C1); 
&lt;BR /&gt; 
&lt;BR /&gt;I've just removed ' input_ ' from the above expression. 
&lt;BR /&gt;I want to do something more than this with this output . In the excel file first row is showing as ' A '. 2nd and 3 rd are empty under C1 column. Instead of that can we merge 3 rows under C1 and show it as ' A ' . 
&lt;BR /&gt;And same for 'B' and 'C' as well. 
&lt;BR /&gt;Kindly assist. 
&lt;BR /&gt;Thnx.</description>
      <pubDate>Mon, 11 Mar 2013 09:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307182#M78637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307183#M78638</link>
      <description>Hi id4dsc,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I want to do something more than this with this output . In the excel file first row is showing as ' A '. 2nd and 3 rd are empty under C1 column. Instead of that can we merge 3 rows under C1 and show it as ' A ' .&lt;BR /&gt;And same for 'B' and 'C' as well.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;We have a little confusion on your further requirement, would you mind providing your screenshot about the expected result?(the screenshot of excel file). Do you mean "Merge cells"?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 11 Mar 2013 10:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307183#M78638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307184#M78639</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Yes. My requirement includes merging cells. 
&lt;BR /&gt;Below is the screen shot. 
&lt;BR /&gt;Kindly assist. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Saty. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME5B.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148503iE779ED447A2E6086/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME5B.jpg" alt="0683p000009ME5B.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 12 Mar 2013 06:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307184#M78639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-12T06:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Merging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307185#M78640</link>
      <description>Hi id4dsc, &lt;BR /&gt;As we known that Talend is a code generator ETL which use JAVA as the underline technology generated to perform the Data Extraction, Transformation and Loading. What we can do is loading your processed data into excel without "merge cells". I think you should do it by manually.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 12 Mar 2013 06:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Vertical-Merging/m-p/2307185#M78640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-12T06:23:16Z</dc:date>
    </item>
  </channel>
</rss>

