koehnlein/dataset-migrator
最新稳定版本:0.1.0
Composer 安装命令:
composer require koehnlein/dataset-migrator
包简介
Migrate XML datasets for TYPO3 testing framework to CSV datasets
README 文档
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
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-01-23