coseva icon indicating copy to clipboard operation
coseva copied to clipboard

A friendly, object-oriented library for parsing and filtering CSV files with PHP.

Results 5 coseva issues
Sort by recently updated
recently updated
newest added

I'm pulling my CSV files from a web service, so the entire CSV has been loaded as a string into memory already. There is no reason to write it to...

Add a method that can fetch the column keys and enable filters to use both the column key and numeric index.

enhancement

Perhaps adding a simplistic man document to the readme is a bit overkill for our simplistic packager. Perhaps an example of me building a basic package in the command line...

A coworker of mine needed a CSV to be filtered this week and it involved something a little more complex than what Excel offers out of the box. So my...

enhancement

Coseva has recently decided to adopt PSR coding standard and this information should be available on the README: - [PSR-1 Basic Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md) - [PSR-2 Coding Style Guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)

enhancement