rahulpatidar0908 / magento2-module-vml-customerimport
Create customer profiles by CLI source
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/rahulpatidar0908/magento2-module-vml-customerimport
This package is not auto-updated.
Last update: 2025-12-27 21:52:25 UTC
README
Customer import module is used to import the customers by CLI and create customer profiles in bulk.
PHP & Composer versions
Magento Version 2.4.7 php 8.3 composer 2.0
Installation
Official installation method is via composer and its packagist package rahulpatidar0908/magento2-module-vml-customerimport.
$ composer require rahulpatidar0908/magento2-module-vml-customerimport
$ php bin/magento module:enable VML_CustomerImport
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy -f
Setup & Configuration
=====================
By default, the temporary directory will be inside vendor directory and will have write permissions from `post_install` composer script.
After successfull installation of module run below commands to import the customers:
====================
$ php bin/magento customer:import CustomerImport-csv CustomerImport.csv
$ php bin/magento customer:import CustomerImport-json CustomerImport.json