This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
start:pimguide:importproducts [2015/08/26 12:02] andre |
start:pimguide:importproducts [2015/08/26 15:41] (current) andre |
||
---|---|---|---|
Line 49: | Line 49: | ||
You can import products with different families in the same CSV file. | You can import products with different families in the same CSV file. | ||
- | Families must exist in Akeneo. Use codes of families in CSV file. | + | Families must exist in the product database. Use codes of families in CSV file. |
=== Example === | === Example === | ||
Line 57: | Line 57: | ||
Sku-102;Mug; | Sku-102;Mug; | ||
Sku-103;; | Sku-103;; | ||
- | You can set or change the family of an existing product in Akeneo. Be carefull with the column family. | + | You can set or change the family of an existing product in the product database. Be careful with the column family. |
==== Categories ==== | ==== Categories ==== | ||
Line 71: | Line 71: | ||
You can classify products with different categories in the same CSV file. | You can classify products with different categories in the same CSV file. | ||
- | Categories must exist in Akeneo. Use codes of categories in CSV file. | + | Categories must exist in the product database. Use codes of categories in CSV file. |
==== Enabled ==== | ==== Enabled ==== | ||
Line 86: | Line 86: | ||
The product information are linked to attributes. The header of fields for attributes are composed of the code of the attribute, and, if the attribute is localized, the code of the locale. | The product information are linked to attributes. The header of fields for attributes are composed of the code of the attribute, and, if the attribute is localized, the code of the locale. | ||
- | Attributes must exist in Akeneo for importing product’s values. Akeneo CSV connector will not create attributes when importing products information. | + | Attributes must exist in the product database for importing product’s values. The CSV connector will not create attributes when importing products information. |
If the product doesn’t exist, it will be created. If the product already exists, it will be updated with values in CSV file only. Other attributes existing in the product database will not be updated. | If the product doesn’t exist, it will be created. If the product already exists, it will be updated with values in CSV file only. Other attributes existing in the product database will not be updated. | ||
Line 116: | Line 116: | ||
==== Images and Files ==== | ==== Images and Files ==== | ||
- | You can upload an archive (zip) with files and images for different products in order to import them. In the column for the attributes images or files, give the path in the archive where Akeneo will upload images & files. | + | You can upload an archive (zip) with files and images for different products in order to import them. In the column for the attributes images or files, give the path in the archive where the product database will upload images & files. |
=== Example === | === Example === |