Re: Import/Convert non-CoreData SQLite database to CoreData SQLite database
Re: Import/Convert non-CoreData SQLite database to CoreData SQLite database
- Subject: Re: Import/Convert non-CoreData SQLite database to CoreData SQLite database
- From: Andrew Merenbach <email@hidden>
- Date: Sat, 28 Mar 2009 15:10:22 -0700
On Mar 28, 2009, at 2:52 PM, Greg Robertson wrote:
Is there an easy way to convert an existing SQLite database so it is
compatible with CoreData?
I would like to convert a non-CoreData SQLite database to a CoreData
SQLite database and bundle it with my application.
Do I have to build my own converter application to do this or is there
already something out there?
In actual fact my database is in MSExcel which I can output as CSV to
import into SQLite but if I could go from MSExcel direct to CoreData
SQLite this would be even better.
Thanks
Greg
Hi, Greg,
You'll likely need to write some code to import/convert your database,
as the implementation of Apple's SQLite format implementation is
private.
Best,
Andrew
_______________________________________________
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