Another CSV Library

dev-master 2021-05-05 03:05 UTC

This package is auto-updated.

Last update: 2024-05-05 09:43:49 UTC


README

Help/Debug/Development

/tests/states.csv https://gist.github.com/VictorDu/fbd642275a936c99c90c

Todos

  1. Generator callback, for manipulating output data. (example something like):
foreach($csv->stream(N,N, 'myCallbackFn') as $n) {
}