<?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: Talend Studio - Data Quality - regular expression error within a built-in sql script in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195359#M2</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please clarify in which Talend version/edition you are?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 02:41:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-27T02:41:07Z</dc:date>
    <item>
      <title>Talend Studio - Data Quality - regular expression error within a built-in sql script</title>
      <link>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195358#M1</link>
      <description>&lt;P&gt;The following sql script works correctly in MySQL workbench however when I copy this sql script into an tmysqlinput built-in component in a Talend job the script is changed by Talend when I run it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The original script is:&lt;/P&gt; 
&lt;P&gt;SELECT&lt;BR /&gt;name_sur&lt;BR /&gt;,regexp_substr (name_sur,'\\S*Admin+') as new_field2&lt;/P&gt; 
&lt;P&gt;FROM debtrecovery.bailiff&lt;BR /&gt;where name_sur like '%Admin%'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;whereas the amended version is:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SELECT&lt;BR /&gt;name_sur&lt;BR /&gt;,regexp_substr (name_sur,'S*Admin+') as new_field2&lt;/P&gt; 
&lt;P&gt;FROM debtrecovery.bailiff&lt;BR /&gt;where name_sur like '%Admin%'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Talend is removing the two backslashes in front of the capital S i.e.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;original regex:&amp;nbsp; &amp;nbsp;'&lt;SPAN&gt;\\S*Admin+'&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;amended regex: 'S*Admin+'&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;This is amending my final output, giving me incorrect data.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Is this a known bug or is there any specific work around I can use.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 11:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195358#M1</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio - Data Quality - regular expression error within a built-in sql script</title>
      <link>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195359#M2</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please clarify in which Talend version/edition you are?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 02:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195359#M2</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T02:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio - Data Quality - regular expression error within a built-in sql script</title>
      <link>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195360#M3</link>
      <description>Hi Sabrina,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for looking into this issue for me. The version that I am using is Talend 6.4.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kevin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195360#M3</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T10:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio - Data Quality - regular expression error within a built-in sql script</title>
      <link>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195361#M4</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you trying to write 4 backslashes in your sql script to see if your final output correct?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 08:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195361#M4</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T08:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Studio - Data Quality - regular expression error within a built-in sql script</title>
      <link>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195362#M5</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was an escape char issue so thanks for your suggestion. This&amp;nbsp;works fine now&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 16:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Talend-Studio-Data-Quality-regular-expression-error-within-a/m-p/2195362#M5</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T16:43:32Z</dc:date>
    </item>
  </channel>
</rss>

