I'm trying to add some values to Odoo 17 (specifically countries).
Some names have commas in them. What structure should I follow for a CSV file?
For example, "Bonaire, Sint Eustatius and Saba" is a country/region, and the comma is part of the name. So, for Odoo to understand it correctly, it must be entered together.
What should be the Formatting (Encoding, Separator, Text Delimiter) and structure in the CSV file so that Odoo can distinguish that it is a single name?
countries.csv
1.Name,Countries
2.World,"Algeria,Antigua and Barbuda,Bahamas,"Bonaire, Sint Eustatius and Saba""
3.Europe,"Austria,Belgium,Bulgaria,Croatia"
Thank you in advance for your answers.