dominicwatts / productcsvexport
Magento 2 产品 CSV 导出
1.0.2
2020-11-06 17:31 UTC
Requires
- php: ~7.1.0||~7.2.0||~7.3.0
- magento/framework: *
- magento/module-catalog: *
- symfony/console: *
This package is auto-updated.
Last update: 2024-09-07 18:07:03 UTC
README
命令行工具,用于以逻辑格式导出产品 CSV 数据。适用于导出大量产品集合。
安装说明
composer require dominicwatts/productcsvexport
php bin/magento setup:upgrade
php bin/magento setup:di:compile
使用说明
xigen:export:product [-s|--store STORE] [-l|--limit [LIMIT]]
php bin/magento xigen:export:product
php bin/magento xigen:export:product -l 10
php bin/magento xigen:export:product -s 1 -l 10
检查 ./pub/media/xigen/product-export.csv
如果不存在,则创建 ./pub/media/xigen
注意事项
版本 1.0.2 使用迭代器
版本 < 1.0.2 使用产品集合
迭代器可以处理更大的集合,但速度较慢