<?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 Informix DB RegEx in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273231#M2853</link>
    <description>I am attempting to build a DQ Column Analysis on an Informix IDS database table and applying regular expressions to given columns (eg UK Post code). I am receiving an error stating that ?Unsupported use of regular expressions on this database (Informix Dynamic Server). Remove all Pattern indicators from this analysis?. 
&lt;BR /&gt;I could build a DataBlade module to process RegEx patterns, but this relies on having the appropriate access and permissions to the databases concerned. 
&lt;BR /&gt;Are there any other solutions? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Talend Data Quality - Team Addition V4.1.2 
&lt;BR /&gt;Informix IDS 11.70</description>
    <pubDate>Sat, 16 Nov 2024 12:57:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:57:33Z</dc:date>
    <item>
      <title>Informix DB RegEx</title>
      <link>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273231#M2853</link>
      <description>I am attempting to build a DQ Column Analysis on an Informix IDS database table and applying regular expressions to given columns (eg UK Post code). I am receiving an error stating that ?Unsupported use of regular expressions on this database (Informix Dynamic Server). Remove all Pattern indicators from this analysis?. 
&lt;BR /&gt;I could build a DataBlade module to process RegEx patterns, but this relies on having the appropriate access and permissions to the databases concerned. 
&lt;BR /&gt;Are there any other solutions? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Talend Data Quality - Team Addition V4.1.2 
&lt;BR /&gt;Informix IDS 11.70</description>
      <pubDate>Sat, 16 Nov 2024 12:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273231#M2853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Informix DB RegEx</title>
      <link>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273232#M2854</link>
      <description>Hi&lt;BR /&gt;the other solution is to select "java engine" in the analysis setting page. &lt;BR /&gt;Then, the computation will be done in java instead of SQL. &lt;BR /&gt;Don't forget to add a regex for the Java language in the pattern editor.</description>
      <pubDate>Thu, 28 Apr 2011 10:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273232#M2854</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2011-04-28T10:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Informix DB RegEx</title>
      <link>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273233#M2855</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for your prompt reply. 
&lt;BR /&gt;I've managed to get the Java Engine solution working ? Unfortunately this restricts Column Analysis to a single table, but for now I can live with this. 
&lt;BR /&gt;We may well try the regexp.1.0 DataBlade option, but there are obvious admin overheads with this - I would be very interested to hear if anyone has used TDQ with Informix DataBlades previously? 
&lt;BR /&gt;Thanks again, 
&lt;BR /&gt;Chriswest</description>
      <pubDate>Thu, 28 Apr 2011 15:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273233#M2855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-28T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Informix DB RegEx</title>
      <link>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273234#M2856</link>
      <description>yes, I think we had one consultant doing that. 
&lt;BR /&gt;In general, that will be more efficient than Java for two reasons:
&lt;BR /&gt;- the data don't go out of the database
&lt;BR /&gt;- the regex engines provided by DBMS are usually DFA engines which are faster than NFA engines (e.g. Java) at the price of doing less things (such as backtracking...). 
&lt;BR /&gt;For Informix, I'm not sure about the pertinence of the second reason, but at least the first one is still true.</description>
      <pubDate>Thu, 28 Apr 2011 16:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Informix-DB-RegEx/m-p/2273234#M2856</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2011-04-28T16:20:27Z</dc:date>
    </item>
  </channel>
</rss>

