Gibt es schon Dokumentationen zum import von xml Dateien? Gerne auch über consolenbefehle? momentan gibt es nur den bin/console import:entity befehl zu dem ich aber keine Doku finde. Wenn ich versuche damit eure ArticleMinimal.csv oder .xml zu importieren kriege ich folgende Fehlermeldung:
Starting import of 138 records
==============================
In WriteContext.php line 41:
[Shopware\Core\Framework\DataAbstractionLayer\Write\WriteException]
There are 10 error(s) while writing data.
Exception trace:
() at /app/platform/src/Core/Framework/DataAbstractionLayer/Write/WriteContext.php:41
Shopware\Core\Framework\DataAbstractionLayer\Write\WriteContext->__construct() at /app/platform/src/Core/Framework/DataAbstractionLayer/Write/WriteContext.php:71
Shopware\Core\Framework\DataAbstractionLayer\Write\WriteContext::createFromContext() at /app/platform/src/Core/Framework/DataAbstractionLayer/EntityRepository.php:165
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->create() at /app/platform/src/Core/Content/ImportExport/Writer/RepositoryWriter.php:40
Shopware\Core\Content\ImportExport\Writer\RepositoryWriter->flush() at /app/platform/src/Core/Content/ImportExport/Service/ProcessingService.php:72
Shopware\Core\Content\ImportExport\Service\ProcessingService->process() at /app/platform/src/Core/Content/ImportExport/Command/ImportEntityCommand.php:86
Shopware\Core\Content\ImportExport\Command\ImportEntityCommand->execute() at /app/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at /app/vendor/symfony/console/Application.php:939
Symfony\Component\Console\Application->doRunCommand() at /app/vendor/symfony/framework-bundle/Console/Application.php:87
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /app/vendor/symfony/console/Application.php:273
Symfony\Component\Console\Application->doRun() at /app/vendor/symfony/framework-bundle/Console/Application.php:73
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /app/vendor/symfony/console/Application.php:149
Symfony\Component\Console\Application->run() at /app/bin/console:41
Ich möchte eigentlich nur ein paar Produkte testweise über xml importieren, gibt es sonst eine möglichkeit dafür in Shopware 6?