viraj-magento / module-customerimport
Customer Import via csv and json files
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/viraj-magento/module-customerimport
README
``viraj/module-customerimport``
Main Functionalities
Customer Import via csv and json files
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Viraj - Enable the module by running
php bin/magento module:enable Viraj_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 viraj-magento/module-customerimport - enable the module by running
php bin/magento module:enable Viraj_CustomerImport - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Configuration
bin/magento customer:import
- Command for importing customers
Specifications
-
Console Command
- CustomerImport
-
Json Profile Import
- php bin/magento customer:import json var/import/sample.json
- Specify file path in command e.g -var/import/sample.json or pub/import/sample.json
-
Csv Profile Import
- php bin/magento customer:import csv var/import/sample.csv
- Specify file path in command e.g -var/import/sample.csv or pub/import/sample.csv