Import Listings with Categories with commas
I am very confused about how the import csv should be filled in, specially in the field Categories.
- How should we call them? Are those slugs or category names?
- What is the separator between categories in the same cell? This is not explained anywhere... is it A) "Category1, Category2"? or B) "Category1; Category2"?
My categories have commas inside, like "Barcelona, Spain". If answer is A, what should I do to upload my categories? Can I change it somewhere? maybe in import.php?