agence-dnd/pimgento-2 — reverse-engineered prompt
Reverse engineered prompt
Build me a Magento 2 extension that can import a full product catalog from Akeneo CSV exports into Magento.
I want it to read the Akeneo files and bring in categories, families, attributes, attribute options, variants, product models, family variants, and products. The import should be fast and safe for a live store, so use direct database inserts where appropriate and support MySQL LOAD DATA INFILE when it’s available. If that isn’t allowed, make it fall back to importing row by row.
Please make sure it works with UTF 8 databases and is compatible with Magento 2 Community and Enterprise. Include clear setup and usage documentation for installing it, configuring the database option for local infile, placing the CSV files, and running the imports.
Keep the code organized by import type so it’s easy to maintain. If you need details about Magento or Akeneo CSV formats, look up the current docs online.
Want more depth? Deep Reverse