<?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: receive string value and convert to bigdecimal to be inserted in db as  NUMBER(16,2) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275525#M51871</link>
    <description>The tMap component has BigDecimal as one of the available formats. You could use that along with the convertImpliedDecimalFormat() function.</description>
    <pubDate>Mon, 26 Nov 2018 13:40:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-26T13:40:02Z</dc:date>
    <item>
      <title>receive string value and convert to bigdecimal to be inserted in db as  NUMBER(16,2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275524#M51870</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hi have a question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i receive&amp;nbsp;this value as string :&lt;/P&gt;
&lt;P&gt;1,000.36&lt;/P&gt;
&lt;P&gt;and i must insert it in a db as NUMBER(16,2)&lt;/P&gt;
&lt;P&gt;respecting the format:&lt;/P&gt;
&lt;P&gt;#,###.##&lt;/P&gt;
&lt;P&gt;before inserting in db.&lt;/P&gt;
&lt;P&gt;what is the best way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you very much!!!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 13:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275524#M51870</guid>
      <dc:creator>uzix</dc:creator>
      <dc:date>2018-11-26T13:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: receive string value and convert to bigdecimal to be inserted in db as  NUMBER(16,2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275525#M51871</link>
      <description>The tMap component has BigDecimal as one of the available formats. You could use that along with the convertImpliedDecimalFormat() function.</description>
      <pubDate>Mon, 26 Nov 2018 13:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275525#M51871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: receive string value and convert to bigdecimal to be inserted in db as  NUMBER(16,2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275526#M51872</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LNJ9AAO"&gt;@uzix&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;Greetings of the day,&lt;/P&gt; 
&lt;P&gt;Well, always remember you can cast your data-type.&lt;/P&gt; 
&lt;P&gt;So to cast from String to Integer. you can either use a Tmap or tconverttype components.&lt;/P&gt; 
&lt;P&gt;Tconverttype - you can auto-cast your data-types as per your schema specifications.&lt;/P&gt; 
&lt;P&gt;Tmap - you can change your data-type from one to another.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you can use this method to convert string to Integer -&amp;gt; Integer.parseInt(row1.columnname).&lt;/P&gt; 
&lt;P&gt;Pls reach out to the community if necessary.&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 14:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/receive-string-value-and-convert-to-bigdecimal-to-be-inserted-in/m-p/2275526#M51872</guid>
      <dc:creator>ankit7359</dc:creator>
      <dc:date>2018-11-26T14:52:35Z</dc:date>
    </item>
  </channel>
</rss>

