2017 © Pedro Peláez
 

magento2-module magento2-module-catalog-import-command

Import catalog via console command

image

cedricblondeau/magento2-module-catalog-import-command

Import catalog via console command

  • Sunday, September 4, 2016
  • by cedricblondeau
  • Repository
  • 7 Watchers
  • 21 Stars
  • 7,016 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 5 Open issues
  • 6 Versions
  • 12 % Grown

The README.md

magento2-module-catalog-import-command

A console command for importing catalog files., (*1)

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: (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

Inspiration

  • https://github.com/magento/magento2-sample-data/tree/develop/app/code/Magento/ConfigurableSampleData

The Versions

04/09 2016

dev-develop

dev-develop

Import catalog via console command

  Sources   Download

MIT

The Requires

  • magento/module-import-export 100.*

 

04/09 2016

dev-master

9999999-dev

Import catalog via console command

  Sources   Download

MIT

The Requires

  • magento/module-import-export 100.*

 

04/09 2016

1.1.3

1.1.3.0

Import catalog via console command

  Sources   Download

MIT

The Requires

  • magento/module-import-export 100.*

 

03/05 2016

1.1.2

1.1.2.0

Import catalog via console command

  Sources   Download

MIT

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework 100.0.*
  • magento/module-import-export 100.0.*

 

28/03 2016

1.1.0

1.1.0.0

Import catalog via console command

  Sources   Download

MIT

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework 100.0.*
  • magento/module-import-export 100.0.*

 

30/12 2015

1.0.0

1.0.0.0

Import catalog via console command

  Sources   Download

MIT

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework 100.0.*
  • magento/module-import-export 100.0.*