<?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 How to Remove a comma from a Dollar Amount Value using a String Method in tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-a-comma-from-a-Dollar-Amount-Value-using-a-String/m-p/2281986#M56337</link>
    <description>&lt;P&gt;I have an Input Field in my tMap that has dollar values like $1,000 $10,000 etc. I need to remove the commas and $ sign so the value is just 1000 or 10000.&lt;/P&gt; 
&lt;P&gt;How would I do this in a tMap Expression. Currently I have the String Method that will remove the $ sign but not the comma. How can I adjust this string method to not include commas in the output.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row1.GiftAmount.replaceAll("[^\\d\\.\\,\\s]+", "")&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please Advise&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 20:22:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-21T20:22:56Z</dc:date>
    <item>
      <title>How to Remove a comma from a Dollar Amount Value using a String Method in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-a-comma-from-a-Dollar-Amount-Value-using-a-String/m-p/2281986#M56337</link>
      <description>&lt;P&gt;I have an Input Field in my tMap that has dollar values like $1,000 $10,000 etc. I need to remove the commas and $ sign so the value is just 1000 or 10000.&lt;/P&gt; 
&lt;P&gt;How would I do this in a tMap Expression. Currently I have the String Method that will remove the $ sign but not the comma. How can I adjust this string method to not include commas in the output.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row1.GiftAmount.replaceAll("[^\\d\\.\\,\\s]+", "")&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please Advise&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-a-comma-from-a-Dollar-Amount-Value-using-a-String/m-p/2281986#M56337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T20:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove a comma from a Dollar Amount Value using a String Method in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-a-comma-from-a-Dollar-Amount-Value-using-a-String/m-p/2281987#M56338</link>
      <description>Try this row1.GiftAmount.replaceAll("[^\\d\\.\\s]+", "")</description>
      <pubDate>Thu, 21 Mar 2019 20:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-a-comma-from-a-Dollar-Amount-Value-using-a-String/m-p/2281987#M56338</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-21T20:29:03Z</dc:date>
    </item>
  </channel>
</rss>

