Model
Zip
Magento\ImportExport\Model\Import\Source\Zip
What it does
This class handles importing data from ZIP-compressed CSV files in Magento 2's import/export functionality.
It automatically extracts the CSV file from the ZIP archive, processes it using the parent CSV adapter, and cleans up temporary files.
Developers use this when they need to support compressed file uploads for bulk data imports, reducing file transfer sizes.