csv icon indicating copy to clipboard operation
csv copied to clipboard

CSV reader and writer for Port

Results 3 csv issues
Sort by recently updated
recently updated
newest added

I'm seeing an issue with a CSV I have where this line https://github.com/portphp/csv/blob/master/src/CsvReader.php#L116 is coming back as false on the last line. Switching the do while to a while loop...

Changes: - update composer.json dependencies to newer packages - php >= 7.3 supported, due to dependencies - fixed Unit-tests Upon release the linked repository has to be removed from composer.json...

PHP 8.4 deprecates calls to `fputcsv` that don't pass `''` as the `$escape` argument. Without this change, it's impossible to avoid a deprecation warning when using `CsvWriter`. If a new...