soong/csv

CSV integration for soong framework

dev-development / 1.0.x-dev 2022-10-16 14:29 UTC

This package is auto-updated.

Last update: 2024-04-16 18:00:19 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.