-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Installed sylius/import-export-bundle v0.2.0
Symfony 7.4
Sylius 2.1.10
#sylius_import_export.yaml
imports:
- { resource: "@SyliusImportExportBundle/config/config.yaml" }
sylius_import_export:
export:
resources:
sylius.order: ~
import:
resources:
sylius.order: ~When exporting, CSV file is created with newlines only, according to entities count.
JSON file exported like this:
[
[],
[],
[],
[]
]Custom entity with serializer groups set up, gives same result.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels