Import from product csv file
-
When i try to import a csv file with simple import, i get the following error:
Number of product fields and number of fields in CSV file do not match!
Columns included in file:
0 => ”Product ID”
1 => Publish Date
2 => Status
3 => Image URL
4 => Name
5 => Price
6 => SKU
7 => Size
8 => Weight
9 => Categories
10 => Attribute Label 1
11 => Attribute Value
12 => Attribute Unit
13 => Attribute Label 2
14 => Attribute Value
15 => Attribute Unit
16 => Attribute Label 3
17 => Attribute Value
18 => Attribute Unit
19 => Attribute Label 4
20 => Attribute Value
21 => Attribute Unit
22 => Attribute Label 5
23 => Attribute Value
24 => Attribute Unit
25 => Short Description
26 => Long Description
27 => URLColumns expected in file:
0 => Bild URL
1 => Name
2 => Preis
3 => Kategorien
4 => Kurzbeschreibung
5 => ProduktbeschreibungPlease make sure that only the expected columns exist in the import file and the correct CSV separator is set.
The CSV file is generated with the addon products CSV. Is the product csv export incompatible with simple import, or is it just a setting i need to change? How do i customize the expected columns?
The topic ‘Import from product csv file’ is closed to new replies.