Log in
Model

RowCustomizer

Magento\ConfigurableImportExport\Model\Export\RowCustomizer

What it does

This class customizes the export of configurable products in Magento 2 by adding additional columns and data to the exported CSV file.

It extracts configurable product variations (child products with their attribute values) and variation labels, formatting them for export so they can be re-imported later.

Developers would use this when extending or modifying the product export functionality to include configurable product relationships.

Public Methods

  • prepareData()
  • addHeaderColumns()
  • addData()
  • getAdditionalRowsCount()