Helper
Report
Magento\ImportExport\Helper\Report
What it does
This helper class manages import/export report files and statistics in Magento 2.
Developers use it to retrieve execution times, summary statistics (created/updated/deleted items), check if import files exist, read report contents, and get file information like size and absolute paths.
It's primarily used in admin import/export operations to display results and manage historical import data.
Public Methods
- getExecutionTime()
- getSummaryStats()
- importFileExists()
- getReportOutput()
- getReportAbsolutePath()
- getReportSize()
- getDelimiter()