---
source: https://jimeh.me/blog/2007/parsecsv-030-google-code/
date: 2007-08-13
updatedDate: 2007-12-03
archive: zydev.info
tags:
  - development
  - php
  - open-source
---

# 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...

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
[parseCSV](http://code.google.com/p/parsecsv-for-php/) (dead link) 0.3.0, my
fully featured CSV parser for PHP.

I recently created a [Google Code](http://code.google.com/) (dead link) 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 page](http://code.google.com/p/parsecsv-for-php/) (dead link). The wiki
pages are still not really complete, at all, but i'll get there ;)
