boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

How to import multiple values for a field? #146

Closed DotCoyote closed 7 years ago

DotCoyote commented 7 years ago

I've got some checkbox-fields, which values in the database looks like this: ["valueOne", "valueTwo"], so the keys of the values are in an array-string. I prepared my import-file to look just like this, but the import-error-log says Voice Age is invalid., Voice Style is invalid.

boboldehampsink commented 7 years ago

Just separate them with comma