poongud / module-customerprofileimport
Customer profile import via CLI
Package info
github.com/poongud/module-customerprofileimport
Type:magento2-module
pkg:composer/poongud/module-customerprofileimport
1.0.0
2022-02-08 22:42 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 102.0.*
This package is not auto-updated.
Last update: 2026-04-05 09:59:17 UTC
README
Magento version support 2.X
Install extension (Sample customer account creations)
#Go to Magento root path
Download composer package composer require poongud/module-customerprofileimport
Extension installation
- php bin/magento module:enable WireIt_CustomerProfileImport
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile (skip this step in developer mode)
- php bin/magento setup:static-content:deploy
Import customer data:
- This import process will support for csv and json format. Follow the bellow command to import the customer data with password.
- Import file should upload into magento server and take note of file path.
Command to import
CSV
php bin/magento customer:import profile-csv ./to/filepath/sample.csv
Json
php bin/magento customer:import profile-json ./to/filepath/sample.json

