<?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 replace &amp;quot;. &amp;quot; in a string? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360267#M124887</link>
    <description>&lt;P&gt;So i have a String  column A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column A&lt;/P&gt;&lt;P&gt;98,00&lt;/P&gt;&lt;P&gt;10,000.98&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to  remove "," (comma)and "." (dot)from the values from the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ","&lt;/P&gt;&lt;P&gt;(comma)&lt;/P&gt; Ereplace is working as expected (StringHandling.EREPLACE(row1.A,","," ")&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But For &lt;/P&gt;&lt;P&gt;"." (dot)  (StringHandling.EREPLACE(row1.A,"."," ") is giving me null output for the above data.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Aug 2021 17:25:29 GMT</pubDate>
    <dc:creator>Ray0801</dc:creator>
    <dc:date>2021-08-11T17:25:29Z</dc:date>
    <item>
      <title>how to replace ". " in a string?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360267#M124887</link>
      <description>&lt;P&gt;So i have a String  column A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column A&lt;/P&gt;&lt;P&gt;98,00&lt;/P&gt;&lt;P&gt;10,000.98&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to  remove "," (comma)and "." (dot)from the values from the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ","&lt;/P&gt;&lt;P&gt;(comma)&lt;/P&gt; Ereplace is working as expected (StringHandling.EREPLACE(row1.A,","," ")&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But For &lt;/P&gt;&lt;P&gt;"." (dot)  (StringHandling.EREPLACE(row1.A,"."," ") is giving me null output for the above data.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 17:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360267#M124887</guid>
      <dc:creator>Ray0801</dc:creator>
      <dc:date>2021-08-11T17:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace ". " in a string?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360268#M124888</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;(row1.A.replaceAll("\\.", "")).replaceAll(",", "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 04:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360268#M124888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-12T04:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace ". " in a string?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360269#M124889</link>
      <description>&lt;P&gt;Thanks @Shicong Hong​&amp;nbsp;,it works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 06:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-replace-quot-quot-in-a-string/m-p/2360269#M124889</guid>
      <dc:creator>Ray0801</dc:creator>
      <dc:date>2021-08-12T06:38:08Z</dc:date>
    </item>
  </channel>
</rss>

