Model
ReportWriter
Magento\Analytics\Model\ReportWriter
What it does
This class writes analytics report data to CSV files in a specified directory.
Developers use it to generate analytics reports by processing data from configured providers and exporting them as CSV files, including any validation errors in a separate errors.csv file.
It supports both regular and batch report providers for handling large datasets efficiently.
Public Methods
- write()