Adding about five hundred product items to start ecommerce site.
I have one field that will have a variable number of entries from taxonomy terms only
apples,oranges,grapes,kiwi,etc. -- the values between the delimiters will vary in type and number
When I first start out I will probably need to import data in CSV format.
Then after I get the data uploaded then I was thinking to change the field using Multi-select taxonomy reference for site maintainers to have consistent taxonomy choices.
I need to know how multiselect is actually format data that goes in the file. Is there a comma placed between terms or tab, etc. I need to know this. When I initially format the data for this field with 500 entries in CSV I need to know the delimiters that multiselect will continue to use thereafter.
Hope I explained well enough
Comments
Comment #1
mparker17multiselect-7.x-1.x is no longer supported, because Drupal 7 is no longer supported.
I would use Drupal core's migrate module to import data in Drupal 8+
I'm going to mark this issue as "Closed (outdated)". Thank you in advance for your understanding and patience as I try to keep this module's issue queue clear.