tajveez / module-customerimport
Customer Import Module
Package info
github.com/Tajveez/module-customerimport
Type:magento2-module
pkg:composer/tajveez/module-customerimport
dev-main
2022-05-10 07:34 UTC
Requires
- php: >=7.3
- magento/framework: 103.*
This package is not auto-updated.
Last update: 2026-03-25 01:50:05 UTC
README
Main Functionalities
Customer Import Module PHP v7.4 Magento v2.4.2
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Tajveez - Enable the module by running
php bin/magento module:enable Tajveez_CustomerImport - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
composer require tajveez/module-customerimport @dev
Specifications & usage
-
Console Command
- Used to import customer using different profiles
-
Commands
php bin/magento customer:import:profile-listShows list of all available profilesphp bin/magento customer:import <profile-name> <file-path>Imports sample.json file using sample-json profileprofile-namegive available profile name i.e. sample-json, sample-csvfile-pathgive file path from your magento root directory i.e.var/sample.json