I am building an iPhone application which pulls a lot of information from an webservices that sends XML.
The problem now is that I am going to import a set of data that needs to import in 4 or 5 related tables. It depends if the city exists in Core data.
The database looks like this: City - Club - track
The way how I would do it now is to put all the data in the database for each model. So I would loop 4 or 5 times the data an put this in the database. But in my head I think there has to be a better way.