Download the PHP package sharika/module-customer-import without Composer
On this page you can find all versions of the php package sharika/module-customer-import. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sharika/module-customer-import
More information about sharika/module-customer-import
Files in sharika/module-customer-import
Package module-customer-import
Short Description A Magento 2 module for importing customers from various data sources.
License proprietary
Informations about the package module-customer-import
Customer Data Importer Module
This module allows you to import customer data from different Profiles (CSV, JSON, etc.) into your Magento store.
Installation
- Unzip the module's zip file into the
app/code/directory. -
Enable the module by running the following command: php bin/magento module:enable Sharika_CustomerImport
-
Apply database updates: php bin/magento setup:upgrade
- Flush the cache: php bin/magento cache:flush
Usage and Commands
CLI Command - JSON Profile
-
Place the
sample.jsonfile inside thevar/import/directory. - Run the import command: php bin/magento customer:import json var/import/sample.json
CLI Command - CSV Profile
-
Place the
sample.csvfile inside thevar/import/directory. - Run the import command: php bin/magento customer:import csv var/import/sample.csv
After running the customer import script, you'll need to reindex the Customer Grid indexer: php bin/magento indexer:reindex customer_grid
All versions of module-customer-import with dependencies
magento/framework Version ^103.0.0
magento/module-customer Version ^103.0.0