formatd/importer

Last activity 18 Sep 2019 5
composer require formatd/importer

This package provides an XML-Importer for Neos Flow entities.

v1.0.0

Version
v1.0.0
Type
neos-package
Release Date
Sep 18, 2019 11:26
Source
git
Distribution
zip
Requires
  • neos/flow: >=3.1.0
MIT 5740b313723b326faa9f91781a7d2a3dc1fdd535

Readme excerpt

FormatD.Importer

This 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 import

Importing a simple file as one-time-import:

./flow import:xml /path/to/xml-file.xml Import and updates

If you would like to later on update data you have previously i…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 14 package(s).