magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
334 stars 200 forks source link

Wildcard must represent zero or more characters #790

Closed DmitryFurs closed 4 years ago

DmitryFurs commented 4 years ago

Description

To ignore all the extension tables, we must be able to set only one wildcard rule. For example, to ignore all the tables for the blog by aheadworks, we must specify two rules for ignoring: aw_blog and aw_blog*, since this module has a table aw_blog and has tables aw_blog_cat, aw_blog_cat_store and so on, and the aw_blog* rule is cast to /^aw_blog.+/ regexp. This fix causes the regular expression to look like /^aw_blog.*/ and allows us to ignore such tables by specifying just one wildcard rule

Contribution checklist

victor-v-rad commented 4 years ago

Hi @DmitryFurs

Thank you for your contribution to the project. MC-31138 was created to process it.

ghost commented 4 years ago

Hi @DmitryFurs, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.