<?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: tMap : Java functions 'Ereplace' and 'Change' not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286996#M60618</link>
    <description>I have the same issue when trying to tmap a phone number from 11.111.1111 to 11-111-1111 
&lt;BR /&gt;Using StringHandling.EREPLACE(row1.HomePhone,".","-") 
&lt;BR /&gt;Gives the result of --------- 
&lt;BR /&gt;Using the "\." gives error Invalid Escape sequence. 
&lt;BR /&gt;Using "/." replaces nothing. 
&lt;BR /&gt;Please advise.</description>
    <pubDate>Thu, 24 Jul 2008 01:23:27 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2008-07-24T01:23:27Z</dc:date>
    <item>
      <title>tMap : Java functions 'Ereplace' and 'Change' not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286994#M60616</link>
      <description>Hi, 
&lt;BR /&gt;we're trying to use 'Ereplace' and 'Change' functions in expression builder of tMap component, but the result we get when testing it is ',,,,,,' (see screenshot attached).
&lt;BR /&gt;Did we miss a step with these functions ?
&lt;BR /&gt;Thx for your answer
&lt;BR /&gt;EMahe</description>
      <pubDate>Sat, 16 Nov 2024 14:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286994#M60616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: tMap : Java functions 'Ereplace' and 'Change' not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286995#M60617</link>
      <description>Hello, 
&lt;BR /&gt;Actually , the first parameter of this method is a regular expression. 
&lt;BR /&gt;You have to replace "." by "\." to get the correct result. 
&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 14 Jan 2008 17:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286995#M60617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-01-14T17:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: tMap : Java functions 'Ereplace' and 'Change' not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286996#M60618</link>
      <description>I have the same issue when trying to tmap a phone number from 11.111.1111 to 11-111-1111 
&lt;BR /&gt;Using StringHandling.EREPLACE(row1.HomePhone,".","-") 
&lt;BR /&gt;Gives the result of --------- 
&lt;BR /&gt;Using the "\." gives error Invalid Escape sequence. 
&lt;BR /&gt;Using "/." replaces nothing. 
&lt;BR /&gt;Please advise.</description>
      <pubDate>Thu, 24 Jul 2008 01:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286996#M60618</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-07-24T01:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: tMap : Java functions 'Ereplace' and 'Change' not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286997#M60619</link>
      <description>Hello 
&lt;BR /&gt;Try 
&lt;BR /&gt; 
&lt;PRE&gt;StringHandling.EREPLACE(row1.HomePhone,"\\.","-")&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 24 Jul 2008 02:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286997#M60619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-24T02:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: tMap : Java functions 'Ereplace' and 'Change' not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286998#M60620</link>
      <description>shong,
&lt;BR /&gt;Excellent! That worked.
&lt;BR /&gt;Now my question is what special characters require the \\ so they don't confuse tMap
&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 24 Jul 2008 15:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286998#M60620</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-07-24T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: tMap : Java functions 'Ereplace' and 'Change' not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286999#M60621</link>
      <description>Hi,&lt;BR /&gt;Is one better to use in certain circumstances than the other (referring to Ereplace vs. Change)?</description>
      <pubDate>Fri, 22 Nov 2013 20:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-Java-functions-Ereplace-and-Change-not-working/m-p/2286999#M60621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-22T20:10:06Z</dc:date>
    </item>
  </channel>
</rss>

