Log in
Model

QueryDataProvider

Magento\DataExporter\Model\Provider\QueryDataProvider

What it does

This class provides a generic data provider that executes queries defined in query.xml files to fetch data for export schemas (et_schema.xml).

Developers use this when they need to export data from Magento 2 by defining SQL queries in XML configuration rather than writing custom data providers, making it easier to configure data exports for external systems or integrations.

Public Methods

  • get()