cedricblondeau / magento2-module-catalog-import-command
Import catalog via console command
Installs: 27 006
Dependents: 0
Suggesters: 0
Security: 0
Stars: 32
Watchers: 10
Forks: 16
Open Issues: 9
Type:magento2-module
Requires
- magento/module-import-export: 100.*
This package is not auto-updated.
Last update: 2024-11-09 19:28:34 UTC
README
A console command for importing catalog files.
Install
composer require cedricblondeau/magento2-module-catalog-import-command php bin/magento module:enable CedricBlondeau_CatalogImportCommand 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