<?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: String Matching using a Separate Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403325#M819128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I am looking for some mocked up data... or may be scrambled data&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2017 13:16:02 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-15T13:16:02Z</dc:date>
    <item>
      <title>String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403321#M819124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Qlikview load script I have a section of code that looks something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(STRING_COL LIKE '*PATTERN_1A*' or STRING_COL LIKE '*PATTERN_1B*', 'SEGMENT_1',&lt;/P&gt;&lt;P&gt;if(STRING_COL LIKE '*PATTERN_2A*' or STRING_COL LIKE '*PATTERN_2B* or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; STRING_COL LIKE '*PATTERN_2C*, 'SEGMENT_2', 'OTHERS'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'd like to do is to be able to load in an excel or CSV table into Qlikview containing two columns: Pattern and Segment. My thoughts are then that I would be able to split the Pattern_Segment table into subsets for each segment and then do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(STRING_COL contains '*SUBSET_1.Pattern*', 'SEGMENT_1',&lt;/P&gt;&lt;P&gt;if(STRING_COL contains '*SUBSET_2.Pattern*', 'SEGMENT_2', 'OTHERS'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a fixed number of segments but the number of patterns in each segment may vary hence the need for a table of patterns and segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lorcan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403321#M819124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403322#M819125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be look at this. This isn't directly related, but it is sort of what you are looking to do...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4267"&gt;Data Cleansing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have trouble, I would suggest sharing some sample data and expected output for us to help you better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 11:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403322#M819125</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-15T11:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403323#M819126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that'll work. I'd need something like wildmatch for the string contains part and the list of possibilities (U.K., Great Britain, etc.) to come from a excel table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for sample data and output the systems in here have stopped me uploading data before but I'll see if I can write up a toy example on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lorcan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403323#M819126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T13:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403324#M819127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many patterns do you need? If it's in the hundreds (or less), you could construct the WildMatch() expressions in the load script before applying them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know the maximum length of an expression, but this may not work if you have thousands of patterns, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403324#M819127</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-08-15T13:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403325#M819128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All I am looking for some mocked up data... or may be scrambled data&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403325#M819128</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-15T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403326#M819129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 60 patterns in total with 14 segments. I have the patterns hard-coded in the load script at the moment but the idea is that this list maybe updated in the future with new patterns within the segments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403326#M819129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T14:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403327#M819130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand. I used to ask a load of questions on stackoverflow and a requirement there was to upload some sample data and your best effort code-wise so far. When I tried before to upload a mocked up toy sample onto this before I got a "suspected data leak" message from the company's IT systems which prevented me from uploading a toy sample. I might give an example using the comments section so I'll try that soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403327#M819130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403328#M819131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lorcan,&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;MapTable:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Mapping&lt;/SPAN&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;Pattern&lt;/SPAN&gt;,'{&amp;lt;'&amp;amp;&lt;SPAN style="color: #800000;"&gt;Seg&lt;/SPAN&gt;&amp;amp;'&amp;gt;}' &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Seg&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; Pattern,Seg&lt;BR /&gt; PATTERN_1A,SEGMENT1&lt;BR /&gt; PATTERN_1B,SEGMENT2&lt;BR /&gt; PATTERN_2A,OTHERS]&lt;/SPAN&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; *,&lt;SPAN style="color: #0000ff;"&gt;TextBetween&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;MapSubString&lt;/SPAN&gt;('MapTable',&lt;SPAN style="color: #800000;"&gt;Field&lt;/SPAN&gt;),'{&amp;lt;','&amp;gt;}') &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Segment&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; Field&lt;BR /&gt; Text and Text and PATTERN_1Aand More Text&lt;BR /&gt; Text and Text and PATTERN_1B and More Text&lt;BR /&gt; Text and Text and PATTERN_2A and More Text]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173463_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403328#M819131</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-15T15:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403329#M819132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio, thank your response. Just so I'm sure and that I wont misapply your solution in my own code, would you be able to tell me briefly what the steps are doing above. This will help me in my learning of Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403329#M819132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403330#M819133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually on second reflection I think I understand. I'll apply this to my code and will give you the credit when it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 15:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403330#M819133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-15T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403331#M819134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask another question. Your solution answers the question I asked but I was wondering if you could help me with an enhancing attempt of the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to adapt your solution so that if a string pattern can be matched using an earlier term in the mapping table then the segment is filled. For example, using an adjusted version of your code, the first term in the string column: "&lt;SPAN style="color: #800000;"&gt;Text and Text and PATTERN_2A and More Text PATTERN_1A&lt;/SPAN&gt;" can be matched with "SEGMENT2" or "SEGMENT1" due to the "&lt;SPAN style="color: #800000;"&gt;PATTERN_2A&lt;/SPAN&gt;" and "&lt;SPAN style="color: #800000;"&gt;PATTERN_1A&lt;/SPAN&gt;" patterns existing in the string. I would like to prioritise the order of the mapping table, so in this instance, the segment I would like to assign for this string would be "SEGMENT1" as this would be the first match in the mapping table. At the moment, the segment being assigned to this string is "SEGMENT2" and "PATTERN_2A" occurs before "PATTERN_1A".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;MapTable_Key:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Pattern&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'{&amp;lt;'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Seg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;amp;'&amp;gt;}' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Seg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Pattern,Seg&lt;BR /&gt; PATTERN_1A,SEGMENT1&lt;BR /&gt; PATTERN_1B,SEGMENT1&lt;BR /&gt; PATTERN_2A,SEGMENT2&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; TAB:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('MapTable_Key',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'{&amp;lt;','&amp;gt;}')) = 0, 'OTHERS',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('MapTable_Key',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'{&amp;lt;','&amp;gt;}')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Segment&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Field&lt;BR /&gt; Text and Text and PATTERN_2A and More Text PATTERN_1A&lt;BR /&gt; Text and Text and fPATTERN_1B and More Text&lt;BR /&gt; Text and Text and and More Text PATTERN_2A&lt;BR /&gt; Something Else]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 08:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403331#M819134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-25T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: String Matching using a Separate Table</title>
      <link>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403332#M819136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry,No.&lt;/P&gt;&lt;P&gt;Mapping LOAD admits only 2 Fields.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 09:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Matching-using-a-Separate-Table/m-p/1403332#M819136</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-25T09:01:28Z</dc:date>
    </item>
  </channel>
</rss>

