Skip to content

Magento 2 product CSV export

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

DominicWatts/ProductCsvExport

Repository files navigation

Magento 2 product CSV export

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

About

Magento 2 product CSV export

Resources

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt

Stars

Watchers

Forks

Packages

No packages published

Languages