<?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>question how to  define &amp;quot;Table Name Pattern&amp;quot; for more than 1 table  in ChangeCaptureMySql processor configuration file in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/347081#M235063</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how to define "Table Name Pattern" for more than 1 table in ChangeCaptureMySql processor configuration file.&amp;nbsp; I tried below patterns where "product_types" and "user_subscription" table names. I want to read data only from these tables.&lt;/P&gt;&lt;P&gt;[product_types|user_subscription]_ or&amp;nbsp;[product_types|user_subscription]%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-07-07 22-00-00.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/34798i10ADCB94F139DECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2022-07-07 22-00-00.png" alt="Screenshot from 2022-07-07 22-00-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 16:33:25 GMT</pubDate>
    <dc:creator>AbhishekSingh</dc:creator>
    <dc:date>2022-07-07T16:33:25Z</dc:date>
    <item>
      <title>how to  define "Table Name Pattern" for more than 1 table  in ChangeCaptureMySql processor configuration file</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/347081#M235063</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how to define "Table Name Pattern" for more than 1 table in ChangeCaptureMySql processor configuration file.&amp;nbsp; I tried below patterns where "product_types" and "user_subscription" table names. I want to read data only from these tables.&lt;/P&gt;&lt;P&gt;[product_types|user_subscription]_ or&amp;nbsp;[product_types|user_subscription]%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-07-07 22-00-00.png" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/34798i10ADCB94F139DECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2022-07-07 22-00-00.png" alt="Screenshot from 2022-07-07 22-00-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 16:33:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/347081#M235063</guid>
      <dc:creator>AbhishekSingh</dc:creator>
      <dc:date>2022-07-07T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to  define "Table Name Pattern" for more than 1 table  in ChangeCaptureMySql processor configuration file</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/347087#M235066</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/99077"&gt;@AbhishekSingh&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The pattern expression must be a &lt;A href="https://regexr.com/" target="_self"&gt;regular expression&lt;/A&gt; (regex).&lt;/P&gt;&lt;P&gt;The regex equivalent to your LIKE pattern is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(product_types|user_subscription).*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 22:37:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/347087#M235066</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-07-07T22:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to  define "Table Name Pattern" for more than 1 table  in ChangeCaptureMySql processor configuration file</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/372178#M241172</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This does not work, i tried to use the above expression and the changeMySql does not use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far i can do the following&lt;/P&gt;&lt;P&gt;- whitelist individual tables&lt;/P&gt;&lt;P&gt;- include all tables (by setting the table name pattern to empty)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a problem for us, we need to whitelist tables, since the dB user we use does not have access to all tables and the processor complains without the filtering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manually filtering one table at a time, is not a scalable approach since we need to extract data from multiple tables and this processor does not support incoming connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did anyone find a solution where one instance of "CaptureChangeMySQL" can extract data for multiple tables ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 08:00:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/372178#M241172</guid>
      <dc:creator>grigpapdone</dc:creator>
      <dc:date>2023-06-06T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to  define "Table Name Pattern" for more than 1 table  in ChangeCaptureMySql processor configuration file</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/372946#M241427</link>
      <description>&lt;P&gt;Anyone else experienced this issue ? is there a solution that does not involve creating one&amp;nbsp;&lt;SPAN&gt;CaptureChangeMySQL processor instance per source table ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 08:57:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/372946#M241427</guid>
      <dc:creator>grigpapdone</dc:creator>
      <dc:date>2023-06-20T08:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to  define "Table Name Pattern" for more than 1 table  in ChangeCaptureMySql processor configuration file</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/375777#M242649</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Anyone else experienced this issue ? is there a solution that does not involve creating one&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CaptureChangeMySQL processor instance per source table ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:08:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-define-quot-Table-Name-Pattern-quot-for-more-than-1/m-p/375777#M242649</guid>
      <dc:creator>grigpapdone</dc:creator>
      <dc:date>2023-08-30T08:08:34Z</dc:date>
    </item>
  </channel>
</rss>

