<?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: Transform a BigDecimal in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transform-a-BigDecimal/m-p/2344473#M112122</link>
    <description>&lt;P&gt;You do not need to do this. &amp;nbsp;The BigDecimal is a number class. It will hold the number as a number and format really does not matter. In fact, if you specify your BigDecimal in a tJava as below.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;String stringBd = "-.22";

BigDecimal bd = new BigDecimal(stringBd);

System.out.println(bd.toPlainString());&lt;/PRE&gt;
&lt;P&gt;.....it will print out "-0.22".&lt;/P&gt;</description>
    <pubDate>Fri, 15 Sep 2017 11:02:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-15T11:02:49Z</dc:date>
    <item>
      <title>Transform a BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-a-BigDecimal/m-p/2344472#M112121</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to transform a BigDecimal, like this -.22 that I read with a tFileDelimited component, in a BigDecimal like this -0.22, so i want to add a zero between the "-" and ".".&lt;/P&gt;&lt;P&gt;I tried to use the function add() but it always gives me an exception.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is some other function in the tMap that allows me to do this transformation or another method i can use?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 09:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-a-BigDecimal/m-p/2344472#M112121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-15T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transform a BigDecimal</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-a-BigDecimal/m-p/2344473#M112122</link>
      <description>&lt;P&gt;You do not need to do this. &amp;nbsp;The BigDecimal is a number class. It will hold the number as a number and format really does not matter. In fact, if you specify your BigDecimal in a tJava as below.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;String stringBd = "-.22";

BigDecimal bd = new BigDecimal(stringBd);

System.out.println(bd.toPlainString());&lt;/PRE&gt;
&lt;P&gt;.....it will print out "-0.22".&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-a-BigDecimal/m-p/2344473#M112122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-15T11:02:49Z</dc:date>
    </item>
  </channel>
</rss>

