1. Toni56
  2. RO CSVI
  3. Tuesday, 25 April 2017
  4.  Subscribe via email
I have several 'string' type custom fields, all of them are lists with semicolon separated default value.
After I created these I added them as available fields in CSVI and created a template with fields like product_sku, custom1, custom2, custom3
It works well for months.
But now I have to add a new custom field which should handle multiple values (tags). Some products have only one tag but some products have multiple tags.
Can I set this with a separator?
like
product_sku;custom1;custom2;custom3;tags
mysku;mycustomvalue1;mycustomvalue2;mycustomvalue3;mytag1~mytag2~mytag3
Accepted Answer Pending Moderation
Hello,
Have a look at Product with custom fields import document to know on how to import multiple values for a custom field. You should be using custom_title and custom_value for importing multiple values. So your CSV will look like

product_sku;custom1;custom2;custom3;custom_title;custom_value
mysku;mycustomvalue1;mycustomvalue2;mycustomvalue3;tags~tags~tags;mytag1~mytag2~mytag3
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!