sharika/module-customer-import
最新稳定版本:1.0.0
Composer 安装命令:
composer require sharika/module-customer-import
包简介
A Magento 2 module for importing customers from various data sources.
README 文档
README
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
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2024-03-22