7.2.1 Importing data into Products module
Hi All,
I am trying to import data into Products module and I am getting this error. The code and product family columns are having no value. only the size column is getting imported.
This is the mapping I have done. Please help
Thanks,
Ankita
Tagged:
1
Comments
-
Oh, so close! Looks like your list is missing the parent column.
Reload the list product csv file and make sure you map the parent to the product family code. Then load the module.
If you feel the list is set up correctly then,
Make sure you line items use the following formulas:
Product Family = PARENT(ITEM('P2 PRODUCTS'))
CODE = CODE(ITEM('P2 PRODUCTS'))
0 -
Got it . Thanks
Ankita
0