Anyone could advise how to import multiple values with commas form Excel
For example, import "Sport, Exercise" and "Fruits, Vegetables" to the "Tags" field in CRM > Customer
Tried to import as
"Sport, Excerise","Fruits,Vegetables"
but a warning of "Sport not found was shown, the system seems split the value by comma
I have created two tags with commas in the odoo form and export
The excel is separated to two rows which cannot be import back to odoo
Any way we can escape the commas in value, thanks