<?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: field concatenation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365098#M128744</link>
    <description>HI.i ma getting error like this.can  i know,how we can solve?&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	The method length() is undefined for the type Integer&lt;BR /&gt;&lt;BR /&gt;Thanking u....</description>
    <pubDate>Fri, 20 Nov 2009 09:28:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-20T09:28:31Z</dc:date>
    <item>
      <title>field concatenation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365096#M128742</link>
      <description>hi&lt;BR /&gt;my input is look like&lt;BR /&gt;columnA            columnB &lt;BR /&gt;2009                     1&lt;BR /&gt;2009                     2&lt;BR /&gt;2009                     3&lt;BR /&gt;2009                     4  &lt;BR /&gt;2009                     5&lt;BR /&gt;2009                     6&lt;BR /&gt;2009                     7&lt;BR /&gt;2009                     8   &lt;BR /&gt;2009                     9&lt;BR /&gt;2009                     10&lt;BR /&gt;2009                     11&lt;BR /&gt;2009                     12&lt;BR /&gt;i need out put like this&lt;BR /&gt;outcolumn&lt;BR /&gt;200901&lt;BR /&gt;200902                     &lt;BR /&gt;200903                     &lt;BR /&gt;200904                       &lt;BR /&gt;200905                     &lt;BR /&gt;200906                     &lt;BR /&gt;200907                     &lt;BR /&gt;200908                       &lt;BR /&gt;200909                     &lt;BR /&gt;200910                     &lt;BR /&gt;200911                    &lt;BR /&gt;200912&lt;BR /&gt;how can define by using components?&lt;BR /&gt;&lt;BR /&gt;note:dont forgot about "0" after year.&lt;BR /&gt;i hope can help any one....&lt;BR /&gt;Thanking u.......</description>
      <pubDate>Sat, 16 Nov 2024 13:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365096#M128742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: field concatenation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365097#M128743</link>
      <description>Hello
&lt;BR /&gt;Concatenate the two columns on tMap, eg:
&lt;BR /&gt;row1.columnB.length()&amp;gt;1?row1.columnA+row1.columnB:row1.columnA+"0"+row1.columnB
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 20 Nov 2009 08:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365097#M128743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-20T08:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: field concatenation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365098#M128744</link>
      <description>HI.i ma getting error like this.can  i know,how we can solve?&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	The method length() is undefined for the type Integer&lt;BR /&gt;&lt;BR /&gt;Thanking u....</description>
      <pubDate>Fri, 20 Nov 2009 09:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365098#M128744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-20T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: field concatenation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365099#M128745</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;The method length() is undefined for the type Integer&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;In my case, I assuming both the type of columnA and columnB are string. The method length() is for type string, you need convert Integer to string first. 
&lt;BR /&gt;String.valueOf(row1.columnB.length())&amp;gt;1?row1.columnA+row1.columnB:row1.columnA+"0"+row1.columnB
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 20 Nov 2009 09:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/field-concatenation/m-p/2365099#M128745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-20T09:34:39Z</dc:date>
    </item>
  </channel>
</rss>

