<?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: replace multiple special characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237579#M25969</link>
    <description>You're welcome!</description>
    <pubDate>Thu, 12 Sep 2019 09:26:18 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2019-09-12T09:26:18Z</dc:date>
    <item>
      <title>replace multiple special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237575#M25965</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we replace multiple special characters or chain the replaceAll statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For eg :&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to replace&amp;nbsp;ß with s&lt;/P&gt;&lt;P&gt;and ° with ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the same column&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any chaining which we could do ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For eg :&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;row1.theStringYouWishToTransform.replaceAll("[ß]", "s").replaceAll("[°]", "?")&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;or we need to use two tmaps ? (Hopefully not)&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237575#M25965</guid>
      <dc:creator>karandama2006</dc:creator>
      <dc:date>2024-11-16T04:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: replace multiple special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237576#M25966</link>
      <description>&lt;P&gt;Just 1 tMap with the following expression is enough:&lt;/P&gt;
&lt;PRE&gt;(row1.theStringYouWishToTransform.replaceAll("ß", "s")).replaceAll("°", "?") &lt;/PRE&gt;
&lt;P&gt;If you don't have anything else to do inside the tMap, a single tJavaRow is better:&lt;/P&gt;
&lt;PRE&gt;output_row.theStringYouWishToTransform = (input_row.theStringYouWishToTransform.replaceAll("ß", "s")).replaceAll("°", "?");&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 08:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237576#M25966</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-09-11T08:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: replace multiple special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237577#M25967</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPDjAAO"&gt;@karandama2006&lt;/A&gt;, does this help?&lt;/P&gt;
&lt;P&gt;If so, thank's to mark your case as solved.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237577#M25967</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-09-12T09:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: replace multiple special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237578#M25968</link>
      <description>&lt;P&gt;Yes it helps , Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237578#M25968</guid>
      <dc:creator>karandama2006</dc:creator>
      <dc:date>2019-09-12T09:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: replace multiple special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237579#M25969</link>
      <description>You're welcome!</description>
      <pubDate>Thu, 12 Sep 2019 09:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/replace-multiple-special-characters/m-p/2237579#M25969</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-09-12T09:26:18Z</dc:date>
    </item>
  </channel>
</rss>

