Skip to content

manish-ranjann/Magento2-CustomerImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage2 Module MR CustomerImport

``iammanish/module-customerimport``

Main Functionalities

Customer Import

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code
  • Enable the module by running php bin/magento module:enable MR_CustomerImport
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require mr/module-customerimport:dev-main
  • enable the module by running php bin/magento module:enable MR_CustomerImport
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Specifications and Usage

  • Console Command

  • JSON profile - Place json inside var/import/ folder -
    php bin/magento customer:import json var/import/sample.json

  • CSV profile - Place CSV inside var/import/ folder -
    php bin/magento customer:import csv var/import/sample.csv

  • Once we run our customer import script, we also need to make sure to re-index the Customer Grid indexer - php bin/magento indexer:reindex customer_grid

About

Customer Import via CSV & JSON

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE.txt
Unknown
COPYING.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages