Product Importer taxonomy reference field
Hi!
I would like to import products into the Commerce. It works, but I cannot import multiple terms into the taxonomy reference field. The products have these fields:
SKU
Title
Description
Image
Price
ProductGroup (reference to taxonomy terms)
For example the CSV file is:
SKU;Title;Description;Image;Price;ProductGroup
001;First Product;Description;;100;Category1,Category2
The importer creates the term with name "Category1,Category2" in the taxonomy.
I would like to join the category terms to the Product by separately.
How can I use multiple terms in CSV field?
(I use commerce_feeds.)
Thanx!
G.
Comments
Checkt this
Hi
Check these:
http://www.drupalcommerce.org/discussions/498/multiple-values-using-comm...
http://www.drupalcommerce.org/discussions/575/commerce-feeds-module-how-...
Thanks
fine
thanx!