iammanish/module-customerimport

Customer Import via CSV & JSON

dev-main 2022-02-27 13:32 UTC

This package is auto-updated.

Last update: 2024-04-27 18:49:11 UTC


README

``iammanish/module-customerimport``

Main Functionalities

Customer Import

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code
  • Enable the module by running php bin/magento module:enable MR_CustomerImport
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require mr/module-customerimport:dev-main
  • enable the module by running php bin/magento module:enable MR_CustomerImport
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Specifications and Usage

  • Console Command

  • JSON profile - Place json inside var/import/ folder -
    php bin/magento customer:import json var/import/sample.json

  • CSV profile - Place CSV inside var/import/ folder -
    php bin/magento customer:import csv var/import/sample.csv

  • Once we run our customer import script, we also need to make sure to re-index the Customer Grid indexer - php bin/magento indexer:reindex customer_grid