koehnlein / dataset-migrator
Migrate XML datasets for TYPO3 testing framework to CSV datasets
Package info
github.com/koehnlein/dataset-migrator
Type:typo3-cms-extension
pkg:composer/koehnlein/dataset-migrator
0.1.0
2026-01-23 13:17 UTC
Requires
- typo3/cms-core: ^12.4 || ^13.4
README
This extension provides a command to migrate your XML dataset files for your tests into CSV dataset files.
Installation
The extension can be installed via composer. Please use --dev because this packages is meant to be used only
in your local development environment.
composer req koehnlein/dataset-migrator --dev
Usage
You need to execute the command with exactly one directory as argument. Inside this directory, all .xml files
will be processed and a new files with .csv will be created.
vendor/bin/typo3 datasets:xmltocsv <directory>
Example:
vendor/bin/typo3 datasets:xmltocsv packages/my_extension/Tests/Functional/Fixtures