Re: [nyphp-talk] Management class for CSV files

2009-06-08 Thread Fernando Gabrieli
Hi Damion, What about these? http://pear.php.net/search.php?q=csv&in=packages&x=0&y=0 Best regards, Fernando On Mon, Jun 8, 2009 at 10:34 AM, Damion Hankejh (ingk) wrote: > Greetings, > > Any recommendations for a class to handle CSV files? Import CSV file, > header parsing, and CSV file out

Re: [nyphp-talk] Management class for CSV files

2009-06-08 Thread Konstantin Rozinov
http://code.google.com/p/parsecsv-for-php/ I've used it before...it's pretty good, but had some minor issues, which may have been fixed in later versions. On Mon, Jun 8, 2009 at 9:34 AM, Damion Hankejh (ingk) wrote: > Greetings, > > Any recommendations for a class to handle CSV files?  Import CS

Re: [nyphp-talk] Management class for CSV files

2009-06-08 Thread Damion Hankejh (ingk)
-talk] Management class for CSV files What sort of exceptions? Do you expect to be able to provide some sort of schema for the CSV columns and expect it to do type checking? What do you mean by CVS output? Do you want to alter some of the columns of the data, provide some sort of enrichment and

Re: [nyphp-talk] Management class for CSV files

2009-06-08 Thread Justin Dearing
What sort of exceptions? Do you expect to be able to provide some sort of schema for the CSV columns and expect it to do type checking? What do you mean by CVS output? Do you want to alter some of the columns of the data, provide some sort of enrichment and write a new file? Do you want to make CVS

[nyphp-talk] Management class for CSV files

2009-06-08 Thread Damion Hankejh (ingk)
Greetings, Any recommendations for a class to handle CSV files? Import CSV file, header parsing, and CSV file output required - exception handling preferred. Damion Hankejh | twit: hankejh ___