iammanish / module-customerimport
Customer Import via CSV & JSON
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magento/module-customer: 103.0.*
- magento/module-customer-import-export: 100.4.*
This package is auto-updated.
Last update: 2025-02-27 20:30:35 UTC
README
``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