Re: Exporting and Importing CoreData
Re: Exporting and Importing CoreData
- Subject: Re: Exporting and Importing CoreData
- From: BareFeetWare <email@hidden>
- Date: Thu, 24 Mar 2011 10:57:57 +1100
On 24/03/2011, at 10:13 AM, Siegfried wrote:
> I need to create an export / import system for my app, and just thought that asking the list for some advices could help a lot.
>
> The CoreData database I have is fairly simple. No relationships, only 3 entities with no more than 4 properties each: numbers and strings.
Have you considered using SQLite, either for the import/export file format, or even for the native app document format (so the native and export file are actually the same thing and no export is needed)? It removes several layers of complication.
There are many tools for manipulating SQLite data on every platform, so it's easy to access the document elsewhere.
Tom
BareFeetWare
--
Comparison of SQLite GUI tools:
http://www.barefeetware.com/sqlite/compare/?ml
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden