Model
Customer
Magento\CustomerImportExport\Model\Import\Customer
What it does
This model class handles the import of customer data from CSV/external files into Magento 2.
Developers use this when implementing or customizing customer data import functionality, such as bulk customer uploads, migrations, or integrations that need to create/update customer accounts programmatically through Magento's import system.
Public Methods
- prepareCustomerData()
- validateData()
- getEntityTypeCode()
- getEntityTable()
- getValidColumnNames()