awm/module-customer-import

A Magento 2 module to import customers

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/awm/module-customer-import

1.0.1 2021-10-19 15:53 UTC

This package is auto-updated.

Last update: 2025-12-20 01:01:17 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.