<?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: How to Convert BigDecimal to String in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305586#M77225</link>
    <description>hi,&lt;BR /&gt;apply toString() to your BigDecimal .&lt;BR /&gt;&lt;PRE&gt;/* example in a tJava*/&lt;BR /&gt;BigDecimal bg = new BigDecimal(0.12235645,new java.math.MathContext (8)); //precision 8&lt;BR /&gt;System.out.println(bg.toString());&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE&gt;Starting job bigd at 16:00 29/08/2013.&lt;BR /&gt; connecting to socket on port 4042&lt;BR /&gt; connected&lt;BR /&gt;0.12235645&lt;BR /&gt; disconnected&lt;BR /&gt;Job bigd ended at 16:00 29/08/2013. &lt;/PRE&gt;&lt;BR /&gt;see java doc for BG : &lt;A href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html&lt;/A&gt;&lt;BR /&gt;that give you 3 different methods to convert BG to String&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
    <pubDate>Thu, 29 Aug 2013 14:57:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-29T14:57:19Z</dc:date>
    <item>
      <title>How to Convert BigDecimal to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305585#M77224</link>
      <description>Hi Members,
&lt;BR /&gt;We have faced the issue to Convert the BigDecimal to String while execute the Job. can anyone provide the solution?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Venkateswarlu.</description>
      <pubDate>Thu, 29 Aug 2013 14:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305585#M77224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T14:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert BigDecimal to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305586#M77225</link>
      <description>hi,&lt;BR /&gt;apply toString() to your BigDecimal .&lt;BR /&gt;&lt;PRE&gt;/* example in a tJava*/&lt;BR /&gt;BigDecimal bg = new BigDecimal(0.12235645,new java.math.MathContext (8)); //precision 8&lt;BR /&gt;System.out.println(bg.toString());&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE&gt;Starting job bigd at 16:00 29/08/2013.&lt;BR /&gt; connecting to socket on port 4042&lt;BR /&gt; connected&lt;BR /&gt;0.12235645&lt;BR /&gt; disconnected&lt;BR /&gt;Job bigd ended at 16:00 29/08/2013. &lt;/PRE&gt;&lt;BR /&gt;see java doc for BG : &lt;A href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html" rel="nofollow noopener noreferrer"&gt;http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html&lt;/A&gt;&lt;BR /&gt;that give you 3 different methods to convert BG to String&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 29 Aug 2013 14:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305586#M77225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T14:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert BigDecimal to String</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305587#M77226</link>
      <description>For numbers smaller than 0.00001, .toString() gives you exponential notation i.e. 1E-6. Use .toPlainString() instead.</description>
      <pubDate>Mon, 02 Sep 2013 01:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-BigDecimal-to-String/m-p/2305587#M77226</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-09-02T01:08:33Z</dc:date>
    </item>
  </channel>
</rss>

