Hi I have a csv file I want to use as a source for a searchable list
The csv has 16 fields. I have managed to read the csv line by line into an array
I'm having difficulty figuring out how to load an instance of an object with the single line of the array and initialising each of the objects properties with the fields seperated by commas
What am I missing. Should I load an intermediate array using ComponentsSeparatedByString method. Even so how do I then initialize the custom object fields
Mark _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com