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

0.1.0 2026-01-23 13:17 UTC

This package is auto-updated.

Last update: 2026-01-23 13:20:30 UTC


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