poongud/module-customerprofileimport

Customer profile import via CLI

1.0.0 2022-02-08 22:42 UTC

This package is not auto-updated.

Last update: 2024-10-06 02:52:33 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