wireit/module-customerimport2

Magento 2 Customer import from cli

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

2.1.9 2022-01-30 10:23 UTC

This package is auto-updated.

Last update: 2024-09-29 06:14:41 UTC


README

Magento Customer import from CLI

Composer Installation

  • run the command on CLI composer require wireit/module-customerimport2
  • Enable module php bin/magento module:enable WireIT_CustomerImport
  • Apply Module changes to Magento php bin/magento setup:upgrade
  • Compile Code to see any errors php bin/magento s:d:c
  • Deploy static php bin/magento s:s:dep -f

Manual Installation

  • Extract code here app/code/WireIT/CustomerImport
  • Enable module php bin/magento module:enable WireIT_CustomerImport
  • Apply Module changes to Magento php bin/magento setup:upgrade
  • Compile Code to see any errors php bin/magento setup:di:compile
  • Deploy static php bin/magento setup:static-content:deploy -f

Commands

  • Console Command
    • CsvProfile customer:import:sample-csv
    • JSONProfile customer:import:sample-json
    • File Name is Required here -f --filename
    • php bin/magento customer:import:sample-csv sample.csv
    • php bin/magento customer:import:sample-json sample.json
    • php bin/magento customer:import:sample-csv --filename sample.csv
    • php bin/magento customer:import:sample-csv -f sample.csv

Supported

Tested on Magento 2.4.3 with php 7.4