abdelrhmanyosry
abdelrhmanyosry
@matthiashamacher yeah it works and pimcore auto created tables for new localize fields.  what is your suggestion to able to send attributes to different store-views from magento to pimcore...
@fashxp It doesn't matter from my perspective if I entered the wrong value just displays the empty value in the select option. I can review data-import logs to see if...
@fashxp can i extend the built-in class in data-importer and in case i didn't find the value in the select input, i can just set it as empty.
my pimcore system reqs -> 

@Cruiser13 i found the issue in my project that was the children inherit relations from parents.
@mattviasat yeah it the same issue i have.
I solved the issue by adding a method called ignoreValidation and extend my class "Product" and overwrite it., `private function ignoreVaildation($attributeName): bool { $params = [ 'Categories', 'AddRelatedProducts', 'AddUpSellProducts', 'AddCrossSellProducts',...
I have the same issue. 
@stephangmms it's happening when importing a large number of products with a large number of attributes we had more than 200+ attributes for each product.