Hi,
I have some multiple select fields. How do I have to format the content of the csv-file to get my content into these fields.
E. g. my field "skills" contains the options skill1, skill2, skill3 and so on ... Now I have a user which has chosen skill1 and skill2 and skill3. In my csv-file in the format looks like this: "skill1,skill2,skill3" - but with this format the data is ignored during the import. How do I need to format it so that the import works?
Thanks,
Uwe