Hello,
- I “exported” Demo products using “general” layouts into CSV format.
- 2 lines on top of this CSV file deleted
- First 10 product + header line (11 lines alltogether) copied into a new CSV file named test.csv
-
code value only is modified for 10 products
- File saved as CSV.
- File closed
- Attempting to “Import” this file returns the error :
[QUOTE] Your CSV file has incorrect data formatting (incorrect delimiter, missed fields, etc.) on the following lines: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
[/QUOTE]
BUT repeating the same operation exporting only 3 fields:
[QUOTE]Product code Product name Description[/QUOTE]
And using the very same above way to Import that file:
All products are created (obviously these 3 fields only) in a category " Products"
NO ERROR…
What am I doing wrong?