Quote Originally Posted by tedm View Post
Hi Chad,
That data I put in the above post was extracted from the two cvs files I used

I did read the readme but I don't think there's anything about importing more than one option type (I.e. sizes and colors) in a single file, which was why I used two files.

So to import two sets of options should I simply repeat the data on the same line, e.g. "v_products_model","v_products_options_values_name","v_products_options_type ","v _products_options_values_name",""v_products_model","v_products_options_values_na me","v_products_options_type","v _products_options_values_name"?
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.