magento2-module magento2-catalog-import
Magento2 Import catalog via console command
wilkesystems/magento2-catalog-import
Magento2 Import catalog via console command
- Monday, January 22, 2018
- by wilkesystems
- Repository
- 0 Watchers
- 0 Stars
- 63 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
magento2-catalog-import
Magento console command for importing catalog files., (*1)
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
: (default pub/media/catalog/product
) must be a relative path starting from your Magento2 project root
-
--behavior
: (default append
) possible values: append, add_update, replace, delete
- csv_file: could be a relative or an absolute path to a valid CSV file
dev-master
9999999-dev
Magento2 Import catalog via console command
Sources
Download
OSL-3.0
The Requires
-
magento/module-import-export 100.*