2017 © Pedro Peláez
 

magento2-module magento2-catalog-import

Magento2 Import catalog via console command

image

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

The README.md

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

The Versions

22/01 2018

dev-master

9999999-dev

Magento2 Import catalog via console command

  Sources   Download

OSL-3.0

The Requires

  • magento/module-import-export 100.*