Hi,
I'm trying to import the values matching with each product. I successfully imported all my products as well as my attributes and corresponding values.
The problem is that some of my values are a text string containing a comma. Therefore Odoo separates the value in different values and can't match it with the existing value.
How can I import my values, including the commas as part of the value? Without Odoo splitting it?
I.e. value = 'Vermentino, Grenache' and not 'Vermentino' 'Grenache'
I tried using semi-columns, double quotations, single quotations, xls, csv, removing the thousand separator, but can't get around it
Let me know if it is clear
Thanks in advance!!
From which file type are you importing the data? (CSV or Excel)