<?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: insert BigDecimal into table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291434#M64617</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please show us your screenshot of schema setting in DB component? What's DB type you are using? Does this issue repro on other studio?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 16 Sep 2015 07:43:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-16T07:43:26Z</dc:date>
    <item>
      <title>insert BigDecimal into table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291433#M64616</link>
      <description>&lt;P&gt;I am trying to insert BigDecimal into table. But the value which get inserted in table has precision value 4.&lt;BR /&gt;The value which should get inserted is like 49.5365 but the value get inserted is 49.5400. Can you please help me out.&lt;BR /&gt;The table has a column with datatype as Number(16,4).&lt;BR /&gt;I dont want to change table structure.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291433#M64616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-11T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: insert BigDecimal into table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291434#M64617</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please show us your screenshot of schema setting in DB component? What's DB type you are using? Does this issue repro on other studio?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 16 Sep 2015 07:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291434#M64617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T07:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: insert BigDecimal into table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291435#M64618</link>
      <description>hi all, 
&lt;BR /&gt; 
&lt;BR /&gt;some precision about BigDecimal. It's a java Object. 
&lt;BR /&gt;It's the only type in java to manipulate decimal with no loosing 'precision'. 
&lt;BR /&gt;So it's not a problem from your type in table (except if you try to insert decimal into integer 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Have a llok about this java Object at 
&lt;BR /&gt; 
&lt;A href="http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html&lt;/A&gt; 
&lt;BR /&gt;espacially about roundingmode : 
&lt;A href="http://docs.oracle.com/javase/7/docs/api/java/math/RoundingMode.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/7/docs/api/java/math/RoundingMode.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;an example on stackoverflow&amp;nbsp; :&amp;nbsp; 
&lt;A href="http://stackoverflow.com/questions/3843440/bigdecimal-setscale-and-round" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/3843440/bigdecimal-setscale-and-round&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 16 Sep 2015 08:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/insert-BigDecimal-into-table/m-p/2291435#M64618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T08:31:31Z</dc:date>
    </item>
  </channel>
</rss>

