parseCSV 0.3.0 + Google Code

It's been a long while since i last updated here, life's been crazy. But i'm not gonna fall into a bottom less pit ranting about everything thats been going...

· updated · 1 min read · zydev.info archive

It’s been a long while since i last updated here, life’s been crazy. But i’m not gonna fall into a bottom less pit ranting about everything thats been going on and keeping me busy.

Instead, I’d like to announce parseCSVThis link is dead and no longer works. 0.3.0, my fully featured CSV parser for PHP.

I recently created a Google CodeThis link is dead and no longer works. project for parseCSV to bring the class some more attention and spotlight than it’s been getting here dug down in my blog somewhere. I also updated the script to fix a small bug (just plain stupid code), and add some more functionality. Namely, offset and limit options when parsing a CSV file/data. And a basic but very useful conditions option which uses SQL-like syntax to match parsed data for easy filtering.

You can download the script from the project pageThis link is dead and no longer works.. The wiki pages are still not really complete, at all, but i’ll get there ;)