dominicwatts/productcsvexport

Magento 2 product CSV export

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/dominicwatts/productcsvexport

1.0.2 2020-11-06 17:31 UTC

This package is auto-updated.

Last update: 2025-10-07 20:18:47 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