<?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 Special Character in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200739#M3115</link>
    <description>Hi Team,
&lt;BR /&gt;can any one help me how to remove special characters from a string under a particular column.
&lt;BR /&gt;I want to read complete string and&amp;nbsp; replace "(" with "".
&lt;BR /&gt;I have a data like below
&lt;BR /&gt;CELL_PH_NO
&lt;BR /&gt;(999)-000-1111
&lt;BR /&gt;999 222 1111
&lt;BR /&gt;now i wan output as 
&lt;BR /&gt;CELL_PH_NO
&lt;BR /&gt;999-000-1111
&lt;BR /&gt;999-222-1111
&lt;BR /&gt;
&lt;BR /&gt;Thank you so much in advance</description>
    <pubDate>Fri, 13 Feb 2015 23:24:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-13T23:24:37Z</dc:date>
    <item>
      <title>How to Remove Special Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200739#M3115</link>
      <description>Hi Team,
&lt;BR /&gt;can any one help me how to remove special characters from a string under a particular column.
&lt;BR /&gt;I want to read complete string and&amp;nbsp; replace "(" with "".
&lt;BR /&gt;I have a data like below
&lt;BR /&gt;CELL_PH_NO
&lt;BR /&gt;(999)-000-1111
&lt;BR /&gt;999 222 1111
&lt;BR /&gt;now i wan output as 
&lt;BR /&gt;CELL_PH_NO
&lt;BR /&gt;999-000-1111
&lt;BR /&gt;999-222-1111
&lt;BR /&gt;
&lt;BR /&gt;Thank you so much in advance</description>
      <pubDate>Fri, 13 Feb 2015 23:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200739#M3115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-13T23:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove Special Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200740#M3116</link>
      <description>Hi,&lt;BR /&gt;you can use replaceAll&lt;BR /&gt;string.replaceAll("(","");&lt;BR /&gt;Regards,&lt;BR /&gt;Anu</description>
      <pubDate>Sat, 14 Feb 2015 19:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200740#M3116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-14T19:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove Special Character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200741#M3117</link>
      <description>Hi ,
&lt;BR /&gt;row1.CELL_PH_NO.replaceALL("","")
&lt;BR /&gt;Regards,
&lt;BR /&gt;Kumar</description>
      <pubDate>Mon, 16 Feb 2015 14:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Remove-Special-Character/m-p/2200741#M3117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T14:02:24Z</dc:date>
    </item>
  </channel>
</rss>

