wilkesystems / magento2-catalog-import
Magento2 Import catalog via console command
Package info
github.com/wilkesystems/magento2-catalog-import
Type:magento2-module
pkg:composer/wilkesystems/magento2-catalog-import
dev-master
2018-01-22 13:58 UTC
Requires
- magento/module-import-export: 100.*
This package is not auto-updated.
Last update: 2026-03-15 13:17:37 UTC
README
Magento console command for importing catalog files.
Install
composer require wilkesystems/magento2-catalog-import:dev-master php bin/magento module:enable WilkeSystems_CatalogImport php bin/magento setup:upgrade
Usage
php bin/magento catalog:import [-i|--images_path[="..."]] [-b|--behavior[="..."]] csv_file
--images_path: (defaultpub/media/catalog/product) must be a relative path starting from your Magento2 project root--behavior: (defaultappend) possible values: append, add_update, replace, delete- csv_file: could be a relative or an absolute path to a valid CSV file