I can't seem to get the Magmi version: 0.7.22 (just upgraded) to import multiple values into a multiselect attribute.
This is my source file
attribute_set|type|sku|testcolor|supplier|size
default|Simple|2-ALN2320|"Red , Blue"|Flint|89
it loads the supplier & size fine.. But the testcolor is a multiselect type and it does not work.. I tried to use
attribute_set|type|sku|testcolor:multiple:1|supplier|size
default|Simple|2-ALN2320|"Red,Blue"|Flint|89
That also did not work I don't see any errors in progress.txt
ANY idea on what I am missing?