soong / csv
CSV integration for soong framework
dev-development / 1.0.x-dev
2022-10-16 14:29 UTC
Requires
- php: >=8.1
- league/csv: ^9.7
- soong/soong: dev-development
Requires (Dev)
- phpunit/phpunit: ^9.5
- rector/rector: ^0.14.5
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-01-16 19:42:21 UTC
README
Soong\Csv provides CSV file integration with the Soong data migration framework. At the moment, the implementation is very basic, for testing and demonstration purposes - it needs to be fleshed out to provide flexible extraction/loading services.
Install
Via Composer
$ composer require soong/csv
Usage
$csv = new Soong\Csv\Loader\CsvLoader($configuration);
$csv($data);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Todo
- Complete test coverage
- Customize separator
- Customize output file/stream
Security
If you discover any security related issues, please email soong@virtuoso-performance.com
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.