Re: Display csv in a tableView with bindings
Re: Display csv in a tableView with bindings
- Subject: Re: Display csv in a tableView with bindings
- From: "I. Savant" <email@hidden>
- Date: Sun, 26 Jul 2009 12:08:36 -0400
On Jul 26, 2009, at 12:04 PM, Scott Andrew wrote:
If x number of objects in your CSV file represent an object, then
parse it by hand and put the data into an object that it represents.
This assumes your CSV will always represent a certain data type.
That's a pretty big assumption for a data format that is purposefully
wide open so that it can define a multitude of "record" formats.
If you already know the structure, then it's a well-defined format
and you're unlikely to be using CSV anyway. Of course, only the OP can
answer this in his case.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden