aml / magento2-profileimport
Customer Profile Import using CSV and JSON
Package info
github.com/akshatsarmandal/magento2-profileimport
Type:magento2-module
pkg:composer/aml/magento2-profileimport
dev-main
2024-07-23 16:14 UTC
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-04-01 22:44:35 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