I'm importing to a collection from an excel table.
Text Column: Tags
Format in excel: tag1, tag2, tag3, tag4
Needs to be: "tag1", "tag2", "tag3","tag4"
I've tried split and concatenating but can't get it to work! How do I transform that column (or add a new column) during the import?