RowCustomizer
Magento\GroupedImportExport\Model\Export\RowCustomizer
What it does
This class customizes the export behavior for grouped products in Magento 2's product import/export functionality.
It implements the RowCustomizerInterface to add an 'associated_skus' column to exported CSV files, allowing grouped products to export their associated child product SKUs.
Developers would use or extend this class when customizing how grouped product data is exported.
Public Methods
- prepareData()
- addHeaderColumns()
- addData()
- getAdditionalRowsCount()