Import exisiting data into CoreData?

Foreign keys are relationships in Core Data. To transfer your database, you'll need to read through each row and make a new entity in Core Data. To recreate the relationships, you could store the old id data in there too, then query Core Data for an entity with that id, and create the relationship.

If you only need to transfer it one time, you can delete the ids when the import is done.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions