Hi Justin, I should have left exception handling out (it is the least important, though I'd like some handling around file access errors).
I want to import CSV files for a given month (file formats are identical), concatenate their contents (without including headers from each file), and output the concatenated CSV file to disk. I do not need to alter data in the files, nor perform any type checking. D From: [email protected] [mailto:[email protected]] On Behalf Of Justin Dearing Sent: Monday, June 08, 2009 9:41 AM To: NYPHP Talk Subject: Re: [nyphp-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 write a new file? Do you want to make CVSs from another data source? You are being quite vague. On Mon, Jun 8, 2009 at 9:34 AM, Damion Hankejh (ingk) <[email protected]> wrote: 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 <http://twitter.com/hankejh> _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php
_______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php
