Active
Project:
CSV Parser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 23:27 UTC
Updated:
24 Aug 2009 at 23:27 UTC
PHP has a built-in function for processing a line of CSV text out of a file called fgetcsv(). It seems to me that the parse() method of the ParserCSV class here would be greatly simplified by converting to use it.