<?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 check if comma is present and replace it's occurrence in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377932#M139743</link>
    <description>&lt;P&gt;Hi you can use (your String).replaceAll(","," "), you have to check before that your string is not null &lt;/P&gt;&lt;P&gt;eg :&lt;/P&gt;&lt;P&gt;!Relational.ISNULL(your String)?(your String).replaceAll(","," "):null &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;!Relational.ISNULL(your String)?(your String).replaceAll(","," "):(your default string value between doble quote)&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
    <pubDate>Fri, 04 Feb 2022 09:18:08 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2022-02-04T09:18:08Z</dc:date>
    <item>
      <title>How to check if comma is present and replace it's occurrence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377931#M139742</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;I want to replace the comma which is coming in my days with empty &lt;/P&gt;&lt;P&gt;Example : Jenny may,Howard. Now i want this comma to get replaced by empty and the value to be passed ahead should be Jenny may Howard.&lt;/P&gt;&lt;P&gt;How can I achieve this in tmap.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Please suggest it's urgent​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377931#M139742</guid>
      <dc:creator>RP1629548713</dc:creator>
      <dc:date>2024-11-15T23:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if comma is present and replace it's occurrence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377932#M139743</link>
      <description>&lt;P&gt;Hi you can use (your String).replaceAll(","," "), you have to check before that your string is not null &lt;/P&gt;&lt;P&gt;eg :&lt;/P&gt;&lt;P&gt;!Relational.ISNULL(your String)?(your String).replaceAll(","," "):null &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;!Relational.ISNULL(your String)?(your String).replaceAll(","," "):(your default string value between doble quote)&lt;/P&gt;&lt;P&gt;Send me love and kudos&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 09:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377932#M139743</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-02-04T09:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if comma is present and replace it's occurrence</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377933#M139744</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gjeremy is right.&lt;/P&gt;&lt;P&gt;In a tMap you can use the dedicated function: StringHandling.EREPLACE("your_string",",","").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Feb 2022 19:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-check-if-comma-is-present-and-replace-it-s-occurrence/m-p/2377933#M139744</guid>
      <dc:creator>Mr_B</dc:creator>
      <dc:date>2022-02-05T19:55:58Z</dc:date>
    </item>
  </channel>
</rss>

