awm / module-customer-import
A Magento 2 module to import customers
Package info
github.com/liumartins/module-customer-import
Type:magento2-module
pkg:composer/awm/module-customer-import
1.0.1
2021-10-19 15:53 UTC
Requires
- php: ~7.3.0||~7.4.0
This package is auto-updated.
Last update: 2026-03-20 01:44:30 UTC
README
Simple overview of use/purpose.
Description
The module allow you to import user from specific file (JSON, CSV) by magento console command.
Getting Started
Dependencies
Composer 2 | Magento 2.4.2 | PHP 7.4
Installing
- Run: composer require awm/module-customer-import'
- Run: magento/bin setup:upgrade
- Run: magento/bin setup:di:compile
- Run: magento/bin c:c
Executing program
- Open your magento console ( ex: command [argument] [argument])
bin/magento customer:import sample-csv sample.csv
- You can find in the directory two files as example.