<?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: Using find and replace on the tmap in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396833#M8479</link>
    <description>I created this routine&lt;BR /&gt;sub filemaskToRegex2 {&lt;BR /&gt;    my ($filemask) = @_;&lt;BR /&gt;    my $pattern = $filemask;&lt;BR /&gt;    # *.log will be used as ^.*\.log$&lt;BR /&gt;    $pattern =~ s{,}{.}g;&lt;BR /&gt;    $pattern = ''.$pattern.'';&lt;BR /&gt;    return $pattern;&lt;BR /&gt;}&lt;BR /&gt;1;</description>
    <pubDate>Tue, 08 May 2007 17:07:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-05-08T17:07:48Z</dc:date>
    <item>
      <title>Using find and replace on the tmap</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396831#M8477</link>
      <description>I have a column of numbers, for example: 44,5555 and 234,5039 and 2099,2020. I am trying to figure out how to replace a " , " with a " . " I want to make these three numbers 44.5555 and 234.5039 and 2099.2020 using the tmap. 
&lt;BR /&gt;So far I have not been able to replace the comma with the period and keep the numbers too. Here are some formulas i have tried: 
&lt;BR /&gt;$row1 =~ s/,/./ when i use this i just get back the number &amp;lt; 1 &amp;gt; in all fields. 
&lt;BR /&gt;$row1 =~ s/,/./g when i use this i just get back the number &amp;lt; 1 &amp;gt; in all fields. 
&lt;BR /&gt;$row1 =~ s/,/./ ? "." : "" when i use this i just get back the number &amp;lt; . &amp;gt; in all fields. 
&lt;BR /&gt;$row1 =~ s/,/./g ? "." : "" when i use this i just get back the number &amp;lt; . &amp;gt; in all fields. 
&lt;BR /&gt;If anyone can help me out with this i would appreciate it. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;David</description>
      <pubDate>Sat, 16 Nov 2024 14:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396831#M8477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using find and replace on the tmap</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396832#M8478</link>
      <description>I created this routine&lt;BR /&gt;sub filemaskToRegex2 {&lt;BR /&gt;    my ($filemask) = @_;&lt;BR /&gt;    my $pattern = $filemask;&lt;BR /&gt;    # *.log will be used as ^.*\.log$&lt;BR /&gt;    $pattern =~ s{,}{.}g;&lt;BR /&gt;    $pattern = ''.$pattern.'';&lt;BR /&gt;    return $pattern;&lt;BR /&gt;}&lt;BR /&gt;1;</description>
      <pubDate>Tue, 08 May 2007 17:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396832#M8478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-08T17:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using find and replace on the tmap</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396833#M8479</link>
      <description>I created this routine&lt;BR /&gt;sub filemaskToRegex2 {&lt;BR /&gt;    my ($filemask) = @_;&lt;BR /&gt;    my $pattern = $filemask;&lt;BR /&gt;    # *.log will be used as ^.*\.log$&lt;BR /&gt;    $pattern =~ s{,}{.}g;&lt;BR /&gt;    $pattern = ''.$pattern.'';&lt;BR /&gt;    return $pattern;&lt;BR /&gt;}&lt;BR /&gt;1;</description>
      <pubDate>Tue, 08 May 2007 17:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Using-find-and-replace-on-the-tmap/m-p/2396833#M8479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-05-08T17:07:48Z</dc:date>
    </item>
  </channel>
</rss>

