vml-module/module-customerimport
Composer 安装命令:
composer require vml-module/module-customerimport
包简介
Customer Import via CSV & JSON
README 文档
README
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 Vml_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 vml-module/module-customerimport:dev-main - enable the module by running
php bin/magento module:enable Vml_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 sample-json var/import/sample.json -
CSV profile - Place CSV inside var/import/ folder -
php bin/magento customer:import sample-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
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2024-10-18