Export Core Data Entity as text files in Cocoa

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-04-02T11:41:17Z Indexed on 2010/04/02 11:43 UTC
Read the original article Hit count: 585

Filed under:
|
|
|
|

Hello,

I have an entity in core data that has 2 Attributes. One that is a string called "name", and another one that is a string called "message". I need a method to create text files for all the attributes that the user has added. I wan't the files names to be the name attribute and the contents to be the message attribute. If anyone knows how to do this any help would be great.

Thanks for any help

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about core-data