thinking about pausing the development of #LeagueCSV not that I do not have more ideas but I believe I am at a crossroad between adding more features vs starting plan for v10 🤷 both requires a lot of time and resources which I do not have currently. and TBH I believe all the goals set out for v9 are now achieved and completed

In a nutshell currently the package can

- read, write, query, transform CSV
- convert record to DTO
- interact via stream filter
- can handle any tabular data like structure

And all the features are decoupled from the core package functionality (ie you can use all the features to manipulate structure other than CSV document independently)

And all this with zero external dependencies.

Hence why I believe v9 development is done!!!

#LeagueCSV #oss #php