
Originally Posted by
chadderuski
Hi Ted,
No, one record per line. You would like the SAME model number twice, but the second one will have the different options/values.
Your headers look wrong to me. That is why I prefer the attached file. I had one person that had a space after a header name that was breaking his import. Notice that you use v_products_options_values_name twice. This is wrong.
From my example file:
"v_products_model","v_products_options_name","v_products_options_type","v_produc ts_options_values_name"
"Widget","Color",0,"red,green,blue"
"Widget","Size",0,"S,M,L,XL"
First Color will be added, then Size for the same products_model number "Widget" (which must be unique to your store).
Hope this gets you one the right tray.