tags:

views:

41

answers:

1

I've just been tasked to start processing some CSV files in PHP. I have no idea what's out there. I thought I'd ask StackOverflow to help augment my search. What libraries are out there, what do people use most, and why?

Thanks a million!

+6  A: 

Are you looking for something that does more than PHP's built in CSV processing functions?

ceejayoz
+1 PHP has thousands of built-in functions. Before looking for an external library for some feature, check if PHP already includes it.
Bill Karwin
Like I said, I didn't know what was out there! Thanks! ;-)
just_wes
@just_wes You're welcome. A little surprised you didn't Google "php csv", though!
ceejayoz
I googled "php csv library". I think the "library" threw everything off as I got several links to a replication of a Python library. That's about the time I asked this question.
just_wes