magequest / magento2-module-product-export-discrete-attribute-columns
A Magento 2 module that outputs all product attributes as discrete columns when exporting to CSV.
Installs: 3 700
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/module-catalog-import-export: ^101.1
- magento/module-import-export: ^101.0
- magento/module-store: ^101.1
README
Usable product CSV export files.
Overview
A Magento 2 module that exports product attributes to discrete columns when exporting to CSV.
Features
- Outputs all custom (non default/system) attributes in discrete columns when exporting products to CSV
- Removes the 'additional_attributes' column that combines all custom attribute output by default
- Ensures multi-select attribute values are correctly separated when output to their own column
Why?
Because having all non default/system attributes concatenated into a single column in a CSV means data can't be easily sorted, filtered, analysed or modified.
Product imports already (have always) allowed for each attributes data to be provided in their own column, exports should be no different.
Installation
composer require magequest/magento2-module-product-export-discrete-attribute-columns
bin/magento module:enable MageQuest_ProductExportDiscreteAttributeColumns
bin/magento setup:upgrade
Compatibility
Magento Open Source / Adobe Commerce 2.4.x
Contributing
Issues and pull requests welcomed.