ankitaga2000
Frequent Contributor

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.

ankitaga2000_0-1612684143390.pngankitaga2000_1-1612684177139.pngankitaga2000_2-1612684192387.png

This is the mapping I have done. Please help

Thanks,

Ankita

2 REPLIES2
JaredDolich
Moderator

@ankitaga2000

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'))


Jared Dolich
ankitaga2000
Frequent Contributor

Got it . Thanks

Ankita