This version of PIMGento2 connector will not be maintained anymore by the end of 2018. We kindly invite you to visit the Github repository of the new Akeneo connector for Magento 2 extension (https://github.com/akeneo/magento2-connector-community).
PIMGento2 is a Magento 2 extension that allows you to import your catalog from Akeneo CSV files into Magento.
You can discover PIMGento on the official website (https://www.pimgento.com/).
PIMGento complete documentation is available here.
Please refer to Compatibility.
PIMGento reads CSV files from Akeneo and insert data directly in Magento database.
In this way, it makes imports very fast and doesn't disturb your e-commerce website.
With PIMGento, you can import :
- Categories
- Families
- Attributes
- Options
- Variants (Akeneo < 2.0)
- Product Model (Akeneo >= 2.0)
- Family Variant (Akeneo >= 2.0)
- Products
- Akeneo PIM >= 1.3 (CE & EE)
- Magento >= 2.0 CE & EE
- Database encoding must be UTF-8
Only for MySQL LOAD DATA INFILE statement:
- Set local_infile mysql variable to TRUE
- Add "driver_options" key to Magento2 default connection configuration (app/etc/env.php)
'db' =>
array (
'table_prefix' => '',
'connection' =>
array (
'default' =>
array (
'host' => '',
'dbname' => '',
'username' => '',
'password' => '',
'active' => '1',
'driver_options' => array(PDO::MYSQL_ATTR_LOCAL_INFILE => true),
),
),
),
If LOAD DATA INFILE statement is not authorized for security reasons, insertion row by row is possible.
If you want to know how to install, configure or use PIMGento, please check how to... section. We advise you to start here!
We have updated our roadmap. Just go here.
Founded by lovers of innovation and design, Agence Dn'D assists companies in the creation and development of customized digital (open source) solutions for web and E-commerce since 2004.