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
Requires
- php: >=7.3
- magento/framework: 103.*
This package is not auto-updated.
Last update: 2025-07-01 22:24:00 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-list
Shows list of all available profilesphp bin/magento customer:import <profile-name> <file-path>
Imports sample.json file using sample-json profileprofile-name
give available profile name i.e. sample-json, sample-csvfile-path
give file path from your magento root directory i.e.var/sample.json