easy-csv
easy-csv copied to clipboard
EasyCSV is a simple Object Oriented CSV manipulation library for PHP 7.2+
As title, is it possible to let the `Reader` class can parse the CSV strings instead of parsing the `CSV` file?
I wasn't getting any output because of the mb_strpos call. After installing the mbstring extension it worked. The 'suggest' here seems like a good option: https://github.com/thephpleague/climate/pull/110
This simply allows install with PHP 8.0. Tests all pass. Let me know if you need anything else from me!
While trying to read a simple csv file from here https://support.spatialkey.com/spatialkey-sample-csv-data/ I get false as the return data. I have no idea what's the problem, seems like init is being...
Hello, For some reason it saves an empty line at the end of the document (for example if I write 5 records, there are 6 lines), how to fix it?
In AbstractBase.php you had the open mode as r+ which seemed to be causing the data to not be written. I adjusted my local copy to a+ and now have...
Hussain @ # > _Originally posted by @hussain2022a in https://github.com/jwage/easy-csv/issues/34#issuecomment-1217312175_