-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to ignore EAV attributes? #115
Comments
Ideally - delete them from source data - so you are only migrating what required |
But that's not the correct way. I was thinking if ignoring attributes can be done based on mapping files just like tables and fields. |
Use eav-attribute-groups.xml.dist for this |
WOW that's cool. |
use -vvv option. It shows progress bar per table and code backtrace of an error if any |
Is there a way to ignore attribute by entity_type? I want to ignore product > If you add |
Not implemented yet. Internal ticket MAGETWO-56809 |
The issue is a duplicate of #134 follow up for it. |
The bug was fixed in the recent release. Please try it out. Feel free to reopen the issue if it is still relevant. |
Hi, I try of ignore the attributes of customer for example cedula my code is
Document: eav_attribute_group. Fields: attribute_group_code,tab_group_code |
To ignore client attributes uses the file eav-attribute-groups.xml.dist and create a copy
In the node ignore we placed the attributes that we want to be careful with the type of attribute that we place example
If the type is the indicated ignore the one you want, otherwise it will not do anything or ignore it in another place With the edited document we go to do the migration |
I didn't find any mapping file where I can ignore the cusotm eav attributes for products.
Please do suggest.
The text was updated successfully, but these errors were encountered: