tajveez / module-customerimport
Customer Import Module
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/tajveez/module-customerimport
Requires
- php: >=7.3
- magento/framework: 103.*
This package is not auto-updated.
Last update: 2026-01-14 00:40:52 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