aml / magento2-profileimport
Customer Profile Import using CSV and JSON
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/aml/magento2-profileimport
Requires
- php: >=8.0.0
- magento/module-customer: 103.0.*
- magento/module-customer-import-export: 100.4.*
This package is not auto-updated.
Last update: 2026-01-07 21:41:41 UTC
README
Import Customer with command in CSV or JSON format
- Unzip the zip file in
app/code/Vml/CustomerImport - Enable the module by running
php bin/magento module:enable Vml_CustomerImport
Type 2: Composer
- Install the module composer by running
composer require aml/magento2-profileimport - Enable the module by running
php bin/magento module:enable Vml_CustomerImport - Run Magento commands by running
-
php bin/magento customer:import --help -
Description: Customer Import via CSV & JSON
-
Usage: customer:import
bin/magento customer:import sample-csv sample.csv
bin/magento customer:import sample-json sample.json