dominicwatts / productcsvexport
Magento 2 product CSV export
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
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-11-07 18:28:16 UTC
README
Command line tool to export product CSV data in logical format. Useful for dumping large product collections.
Install instructions
composer require dominicwatts/productcsvexport
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Usage instructions
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
Check ./pub/media/xigen/product-export.csv
Create ./pub/media/xigen
if not exist
Notes
Version 1.0.2 uses iterator
Version < 1.0.2 uses product collection
Iterator should handle much larger collections but is much slower