Skip to content

MageQuest/magento2-module-product-export-discrete-attribute-columns

Repository files navigation

MageQuest_ProductExportDiscreteAttributeColumns

Usable product CSV export files.

Magento 2.4 Packagist Version MIT License

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.

About

A Magento 2 module that exports product attributes to discrete columns when exporting to CSV.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages