<?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: cannot convert from int to BigDecimal in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293271#M66263</link>
    <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;The field is not null type so I am trying to insert default value 0 from mapping. I have created one variable in tmap with dataype integer and have put 0 in expression.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I have not set BigDecimal in table or in variable still it is giving error like below&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;It seems something wrong with you expression. Could you please post your tMap editor screenshot into forum which will be helpful for us to address your issue?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Thu, 24 Mar 2016 07:45:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-24T07:45:25Z</dc:date>
    <item>
      <title>cannot convert from int to BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293270#M66262</link>
      <description>I am trying to insert some records in oracle table as target and it has one NUMBER type column. 
&lt;BR /&gt;&amp;nbsp;The field is not null type so I am trying to insert default value 0 from mapping. I have created one variable in tmap with dataype integer and have put 0 in expression.&amp;nbsp; 
&lt;BR /&gt;I have not set BigDecimal in table or in variable still it is giving error like below 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem:&amp;nbsp; 
&lt;BR /&gt;Type mismatch: cannot convert from int to BigDecimal 
&lt;BR /&gt;Please give suggestion to resolve this error. 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 23 Mar 2016 11:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293270#M66262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-23T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: cannot convert from int to BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293271#M66263</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;The field is not null type so I am trying to insert default value 0 from mapping. I have created one variable in tmap with dataype integer and have put 0 in expression.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I have not set BigDecimal in table or in variable still it is giving error like below&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;It seems something wrong with you expression. Could you please post your tMap editor screenshot into forum which will be helpful for us to address your issue?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 24 Mar 2016 07:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293271#M66263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-24T07:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: cannot convert from int to BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293272#M66264</link>
      <description>Hi,
&lt;BR /&gt;&amp;nbsp;It got resolved. Talend has assumed the datatype as bigdecimal though it was not in datatype. I have update it from metadata and tmap so it is now working fine.&amp;nbsp;
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 06 Apr 2016 10:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cannot-convert-from-int-to-BigDecimal/m-p/2293272#M66264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-06T10:02:58Z</dc:date>
    </item>
  </channel>
</rss>

