Magical Record import with already existing data
问题 I'm trying to use Magical Record to import data into my CoreData db. I'm working on the entity Person at the moment. A Person has firstName , lastName , personID attributes. (I know I don't need the idString, I'm not using it internally, it is used to talk back to the server). Anyway, if I already have the person... firstName - John lastName - Smith personID - 1 And I download the JSON... [ { firstName: John, lastName: Doe, id: 1 }, { firstName: Michael, lastName: Caine, id: 2 }, { firstName: