On Jul 24, 2009, at 8:11 PM, [email protected] wrote:

I need some direction please.

I would like to load a csv file and display the contents in an NSTableView. What is the best way to achieve this with bindings?

Should the model store the data in an array of arrays (rows and columns) or a dictionary of arrays (keyed columns and rows)?


Neither, you want an array of dictionaries where each row of CSV is a dictionary in which the values keyed to column names and each row of CSV is one dictionary object in the array.

Aaron

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to