Hi Guys,
I'm using Kingsway Soft Magento connector to import nearly 1 million products from Microsoft Dynamics 365 to Magento 2.1.x store. Unfortunately it doesn't support to update Magento custom attributes (including Description). Is there any way to update Product Descriptions and other custom attributes?
Solved! Go to Solution.
Hi @chathuramk
Well except only product descriptions and other customer attributes other things are importing using that connector ? (like - product name , product sku etc ? )
if yes - then import all the products using that connector first and then later on once all the products are imported successfully into the magento system - then using csv import functionality import/update all the custom attributes for the same.
for that you need to pass product sku and the attributes which you would like to update in the csv file !
this will helps you to achieve your requirements
hope it helps
Hi @chathuramk
Well except only product descriptions and other customer attributes other things are importing using that connector ? (like - product name , product sku etc ? )
if yes - then import all the products using that connector first and then later on once all the products are imported successfully into the magento system - then using csv import functionality import/update all the custom attributes for the same.
for that you need to pass product sku and the attributes which you would like to update in the csv file !
this will helps you to achieve your requirements
hope it helps
It worked. Thank you