I have a custom taxonomy 'Cities' and have tried several ways to import a post into multiple cities - not sure what I am doing wrong but somehow it just imports the first city and the rest after the comma gets ignored. With categories I have no problems.
csv_ctax_cities
"0,city1,city2,city3" also tried "0,city1,0,city2,0,city3" If I use city1,city2,city3 then it allocates only city2 to the post.
Any help would be appreciated!