I see half-empty columns in the export file. How can I fix it?
This is the default behavior of export modules. Duplicated data is not automatically added to child rows of the parent entities for the purpose of optimizing database queries during the export process and reducing the size of the final export file.
If you do require child rows to be filled with the duplicated data, in the export profile, open the File Settings tab and enable the Duplicate Parent Entity Data setting; this should do the trick:
Related Articles
Import and Export Guidelines
General Information About the Package and Its Tariffs The Import & Export solution is designed for migrating data from one website to another or to/from a different platform, as well as for automated/manual updates of product quantities, prices, and ...
What to do if Import/Export get stuck at step 2?
If import/export process gets stuck at Step 2, it is possible that the CLI PHP Path wasn't identified correctly. CLI PHP Path is the option that shows the path to PHP interpreter, which is used by our extension when running the commands directly ...
Which modules is the Import Export module compatible with?
A wide range of Amasty extensions come equipped with import and export core functionality. By purchasing them, you can migrate even more types of store data and thus achieve specific business goals faster. The following list of extensions comes ...
Is it possible to import data to Magento with a custom file?
It is possible to use a custom import file, but there are a few peculiarities that must be taken into account. Import modules provide features for flexible configuration of the import file like setting custom entity and field names or ...
Import and Export API
1. Amasty\ImportExportCore\Api\Profile\ProfileManagerInterface - class for managing import/export profiles. GET /V1/am_import_export/get_profile_runners/, method="getProfileRunnersList" - get a list of import/export profiles; POST ...