aml/magento2-profileimport

Customer Profile Import using CSV and JSON

dev-main 2024-07-23 16:14 UTC

This package is not auto-updated.

Last update: 2025-07-09 19:16:36 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