<?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 expression - left character / startsWith string then replace with new character in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367963#M131287</link>
    <description>&lt;P&gt;lets say on there was also '012 572 3535" and i want to also replace the spaces. so after adding "+2712 572 3535" I want to remove the spaces&lt;/P&gt;&lt;P&gt;row2.col.replaceAll(" ", "") is not working &lt;/P&gt;&lt;P&gt;#tMap #regex #expression&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 17:47:10 GMT</pubDate>
    <dc:creator>Cherichoc-</dc:creator>
    <dc:date>2021-09-22T17:47:10Z</dc:date>
    <item>
      <title>tMap expression - left character / startsWith string then replace with new character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367960#M131284</link>
      <description>&lt;P&gt;I need assistance in creating an expression in tMap that if the string starts with "0" or "27" then Replace those characters with "+27" &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367960#M131284</guid>
      <dc:creator>Cherichoc-</dc:creator>
      <dc:date>2024-11-15T23:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: tMap expression - left character / startsWith string then replace with new character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367961#M131285</link>
      <description>&lt;P&gt;@Phumla Qwabe​&amp;nbsp;,check the below screenshots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000IfzkEAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130844i219E95D2D6CD275B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000IfzkEAAR.png" alt="0695b00000IfzkEAAR.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000IfzjBAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155183iC2A4B70D4BD9EB94/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000IfzjBAAR.png" alt="0695b00000IfzjBAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tmap expression:-&lt;/P&gt;&lt;P&gt;row2.col.substring(0,1).equals("0") ? "+27"+row2.col.substring(1,(row2.col).length()) :&lt;/P&gt;&lt;P&gt;row2.col.substring(0,2).equals("27") ? "+27"+row2.col.substring(2,(row2.col).length()) : "000000"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 01:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367961#M131285</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-09-22T01:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: tMap expression - left character / startsWith string then replace with new character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367962#M131286</link>
      <description>&lt;P&gt;lets say on there was also '012 572 3535" and i want to also replace the spaces.  so after adding "+2712 572 3535" I want to remove the spaces&lt;/P&gt;&lt;P&gt;row2.col.replaceAll(" ", "") is not working&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 07:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367962#M131286</guid>
      <dc:creator>Cherichoc-</dc:creator>
      <dc:date>2021-09-22T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: tMap expression - left character / startsWith string then replace with new character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367963#M131287</link>
      <description>&lt;P&gt;lets say on there was also '012 572 3535" and i want to also replace the spaces. so after adding "+2712 572 3535" I want to remove the spaces&lt;/P&gt;&lt;P&gt;row2.col.replaceAll(" ", "") is not working &lt;/P&gt;&lt;P&gt;#tMap #regex #expression&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 17:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-expression-left-character-startsWith-string-then-replace/m-p/2367963#M131287</guid>
      <dc:creator>Cherichoc-</dc:creator>
      <dc:date>2021-09-22T17:47:10Z</dc:date>
    </item>
  </channel>
</rss>

