This occurs when you have a double quotes in a field value within the CSV file.
Steps to fix this
Ensure that your columns in the CSV file are surrounded by double quotes and that any double quote within the field is doubled up within the value.
For example, the following is an example CSV file with 3 products with one of them having a double quote in the title:
"ProductCode","Title","PriceEURO"
"A1234","Sample Product","49.99"
"B2345","Sample Product 2","149.00"
"C3456","Sample Product 3 – 6"" pipe","29.00"
Comments
0 comments
Please sign in to leave a comment.