Here, I'm using an NSArrayController to bind properties from Core Data entities into the value of text view table cells.

What syntax do I use to access multiple properties of the entity in the Model Key Path?
Example as a format string: @"%@, %@", lastName, firstName;