I'm reviewing some of the code I wrote for PBooks to import and export CVS, XML, and SQL. After some reflection, it made sense to abstract the code for this out to a class with a PBooks wrapper. At that point, I wondered if there might be an existing one already. Lo and behold:
While I'm not 100% sure this is exactly what I'm looking for, so far so good. Upon second review, its really a lot more than I need. I may take a closer look into some of the code and see if can be separated from the rest of it and use only what I need. Otherwise there are lots of good examples for CSV handling on php.net, and the simplexml toolkit makes it very easy as well.
Also found this which looks interesting:
