|
|
2 anos atrás | |
|---|---|---|
| .. | ||
| Api | 2 anos atrás | |
| Block/Adminhtml | 2 anos atrás | |
| Controller/Adminhtml | 2 anos atrás | |
| Files/Sample | 2 anos atrás | |
| Helper | 2 anos atrás | |
| Model | 2 anos atrás | |
| Test | 2 anos atrás | |
| Ui | 2 anos atrás | |
| etc | 2 anos atrás | |
| i18n | 2 anos atrás | |
| view/adminhtml | 2 anos atrás | |
| LICENSE.txt | 2 anos atrás | |
| LICENSE_AFL.txt | 2 anos atrás | |
| README.md | 2 anos atrás | |
| composer.json | 2 anos atrás | |
| registration.php | 2 anos atrás | |
This module provides a framework and basic functionality for importing/exporting various entities in Magento. It can be disabled and in such case all dependent import/export functionality (products, customers, orders etc.) will be disabled in Magento.
The Magento_ImportExport module creates the following tables in the database:
importexport_importdataimport_historyAll database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
For information about a module installation in Magento 2, see Enable or disable modules.
Files/ - the directory that contains sample import files.
For information about a typical file structure of a module in Magento 2, see Module file structure.
Extension developers can interact with the Magento_ImportExport module. For more information about the Magento extension mechanism, see Magento plugins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_ImportExport module.
This module introduces the following layout handles in the view/frontend/layout directory:
adminhtml_export_getfilteradminhtml_export_indexadminhtml_history_grid_blockadminhtml_history_indexadminhtml_import_busyadminhtml_import_indexadminhtml_import_startadminhtml_import_validateFor more information about a layout in Magento 2, see the Layout documentation.
You can extend an export updates using the configuration files located in the view/adminhtml/ui_component directory:
export_gridFor information about a UI component in Magento 2, see Overview of UI components.
Magento\ImportExport\Api\Data\ExportInfoInterface
Magento\ImportExport\Api\Data\ExtendedExportInfoInterface
Magento\ImportExport\Api\Data\ExportInfoInterface. Contains data for skipped attributes\Magento\ImportExport\Api\ExportManagementInterface
For information about a public API in Magento 2, see Public interfaces & APIs.
exportProcessor - consumer to run export processLearn how to manage Message Queues.
etc/import.xmletc/export.xmlYou can get more information about import/export processes in magento at the articles: