formatd/importer
composer require formatd/importer
This package provides an XML-Importer for Neos Flow entities.
v1.0.0
Readme excerpt
FormatD.ImporterThis package provides an XML-Importer for Neos Flow entities.
What does it do?This package provides an XML-Importer for Neos Flow entities. By creating an XML following a specific structure you can for example create fixtures for tests or use it to import data and resources into the system for which you do not have a frontend for editing data. You can also import the entities only into memory and choose not to persist them (useful for test fixtures for example).
Running the importImporting a simple file as one-time-import:
./flow import:xml /path/to/xml-file.xml Import and updatesIf you would like to later on update data you have previously i…
Read more
The same vendor provides 14 package(s).