koehnlein / dataset-migrator
Migrate XML datasets for TYPO3 testing framework to CSV datasets
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/koehnlein/dataset-migrator
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