wundermanthompson/module-import

There is no license information available for the latest version (dev-master) of this package.

Customer Import in magento2

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2021-05-29 12:15 UTC

This package is auto-updated.

Last update: 2025-05-29 01:55:53 UTC


README

WundermanThompson_Import module used to import customer with basic data.

Installation

In magento root directory, execute:

php bin/magento module:enable WundermanThompson_Import
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento c:f

Usage

Cli commands are, bin/magento customer:import sample-csv sample.csv bin/magento customer:import sample-json sample.json

Sample files needs to be placed with in var/import/ directory.