Options for csv files
new CsvOptions(
string $delimiter = CsvOptions::DEFAULT_DELIMITER,
string $enclosure = CsvOptions::DEFAULT_ENCLOSURE,
string $escapedBy = CsvOptions::DEFAULT_ESCAPED_BY
);
Clone this repository and init the workspace with following command:
git clone https://github.com/keboola/php-csv-options
cd php-csv-options
docker-compose build
docker-compose run --rm dev composer install --no-scripts
Run the test suite using this command:
docker-compose run --rm dev composer tests
MIT licensed, see LICENSE file.