poongud/module-customerprofileimport

Customer profile import via CLI

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

pkg:composer/poongud/module-customerprofileimport

1.0.0 2022-02-08 22:42 UTC

This package is not auto-updated.

Last update: 2025-12-28 08:38:18 UTC


README

Magento version support 2.X

Install extension (Sample customer account creations)

#Go to Magento root path

Download composer package composer require poongud/module-customerprofileimport

Extension installation

  • php bin/magento module:enable WireIt_CustomerProfileImport
  • php bin/magento setup:upgrade
  • php bin/magento setup:di:compile (skip this step in developer mode)
  • php bin/magento setup:static-content:deploy

Import customer data:

  • This import process will support for csv and json format. Follow the bellow command to import the customer data with password.
  • Import file should upload into magento server and take note of file path.

Command to import

CSV

php bin/magento customer:import profile-csv ./to/filepath/sample.csv

image

Json

php bin/magento customer:import profile-json ./to/filepath/sample.json

image