Re: Core Data migration from xml to sqlite

2009-09-02 Thread Adam Swift
On Sep 2, 2009, at 4:51 AM, Ian Kennedy wrote: Hi all, How would I go about doing a one-time migration of application data from an xml persistent store to a sqlite persistent store? i.e. the model stays the same, the data is migrated, and the app uses the sqlite store from there on out.

Core Data migration from xml to sqlite

2009-09-02 Thread Ian Kennedy
Hi all, How would I go about doing a one-time migration of application data from an xml persistent store to a sqlite persistent store? i.e. the model stays the same, the data is migrated, and the app uses the sqlite store from there on out. I've been unsuccessfully trying to do it inside