<?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: tMap error Exception in thread &amp;quot;main&amp;quot; java.lang.Error: Unresolved comp in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305102#M76804</link>
    <description>got it working!&lt;BR /&gt;many thanks</description>
    <pubDate>Fri, 13 Apr 2012 12:26:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-13T12:26:53Z</dc:date>
    <item>
      <title>tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305098#M76800</link>
      <description>Hello 
&lt;BR /&gt;I have the following error when i run some code in the expression builder of tMap 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt;this is my code, can anyone help? 
&lt;BR /&gt;while (StringHandling.LEN("row2.id") != Var.MaxLen) 
&lt;BR /&gt;{ 
&lt;BR /&gt;row2.updatedID ="0" + row2.id ; 
&lt;BR /&gt;} 
&lt;BR /&gt; 
&lt;BR /&gt;row2.id=string 
&lt;BR /&gt;var.MaxLen=int 
&lt;BR /&gt;row2.updatedId=string 
&lt;BR /&gt;Ashley</description>
      <pubDate>Fri, 13 Apr 2012 11:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305098#M76800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T11:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305099#M76801</link>
      <description>Hi 
&lt;BR /&gt;Try this expression in the expression field of column: 
&lt;BR /&gt;StringHandling.LEN(row2.id)==Var.MaxLen?row2.id:"0"+row2.id 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 13 Apr 2012 11:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305099#M76801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T11:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305100#M76802</link>
      <description>thank you for your reply Shong
&lt;BR /&gt;can you be clear where to use this?</description>
      <pubDate>Fri, 13 Apr 2012 11:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305100#M76802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T11:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305101#M76803</link>
      <description>just realised that my code doesnt make sense. 
&lt;BR /&gt;it should be 
&lt;BR /&gt;(i am trying to make ids all with the same length) 
&lt;BR /&gt;row2.updatedID=row2.id; 
&lt;BR /&gt;while (StringHandling.LEN("row2.updatedId") &amp;lt; Var.MaxLen) 
&lt;BR /&gt;{ 
&lt;BR /&gt;row2.updatedId ="0" + row2.updatedId ; 
&lt;BR /&gt;} 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;however i am still having errors</description>
      <pubDate>Fri, 13 Apr 2012 11:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305101#M76803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T11:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305102#M76804</link>
      <description>got it working!&lt;BR /&gt;many thanks</description>
      <pubDate>Fri, 13 Apr 2012 12:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305102#M76804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-13T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305103#M76805</link>
      <description>when i am trying to remove ? symbol from my data which is bigdecimal i am getting this exception 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt;can you please tell me hoe to remove that symbol in tmap</description>
      <pubDate>Mon, 08 Sep 2014 07:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305103#M76805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-08T07:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Exception in thread "main" java.lang.Error: Unresolved comp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305104#M76806</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;when i am trying to remove ? symbol from my data which is bigdecimal i am getting this exception&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&lt;BR /&gt;can you please tell me hoe to remove that symbol in tmap&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Can you please show us your expression? If you want to achieve some if...else statement in tMap, you have to use the following expression format: 
&lt;BR /&gt;condition?value if true: value if false 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 09 Sep 2014 05:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Exception-in-thread-quot-main-quot-java-lang-Error/m-p/2305104#M76806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-09T05:38:12Z</dc:date>
    </item>
  </channel>
</rss>

