| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731 |
- // Copyright (C) 2016 Inigo Valentin
- //
- // This file is part of the Gasteizko Margolariak IOS app.
- //
- // The Gasteizko Margolariak IOS app is free software: you can
- // redistribute it and/or modify it under the terms of the
- // GNU General Public License as published by the Free Software
- // Foundation, either version 3 of the License, or (at your
- // option) any later version.
- //
- // The Gasteizko Margolariak IOS app is distributed in the
- // hope that it will be useful, but WITHOUT ANY WARRANTY;
- // without even the implied warranty of MERCHANTABILITY or
- // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
- // Public License for more details.
- //
- // You should have received a copy of the GNU General Public
- // License along with the Gasteizko Margolariak IOS app.
- // If not, see <http://www.gnu.org/licenses/>.
- import Foundation
- import CoreData
- import UIKit
- /**
- Class to handle server sync.
- */
- class Sync{
-
- var initial: Bool = false
-
- /**
- Starts the sync process.
- Always asynchronously.
- */
- init(){
- let url = buildUrl();
- sync(url: url)
- }
-
- /**
- Starts the sync process, synchronously or asynchronously.
- :param: synchronous True for synchronous sync, false for asynchronously
- */
- init(synchronous: Bool){
- if synchronous == true{
- NSLog(":SYNC:LOG: Synchronous sync started.")
- self.initial = true
- }
- let url = buildUrl();
- sync(url: url)
- }
-
- /**
- Builds the URL to perform the sync against.
- :returns: The URL.
- */
- func buildUrl() -> URL{
- let url = URL(string: "https://margolariak.com/API/v1/sync.php?client=com.margolariak.app")
- //TODO add parameters
- return url!
- }
-
- /**
- Performs an asynchronous sync.
- It fethes the info from the server and stores as Core Data
- :param: url The url to sync.
- */
- func sync(url: URL){
-
- NSLog(":SYNC:LOG: Sync started.")
-
- //Synchronously get data
- let task = URLSession.shared.dataTask(with: url) { data, response, error in
- guard error == nil else {
- NSLog(":SYNC:ERROR: Unknown error.")
- return
- }
- guard let data = data else {
- NSLog(":SYNC:ERROR: Data is empty.")
- return
- }
-
- NSLog(":SYNC:LOG: Data received.")
-
- var strData = String(data:data, encoding: String.Encoding.utf8)
-
- let dataIdx = strData?.indexOf(target: "{\"data\"")
- strData = strData!.subStr(start: dataIdx!, end: strData!.length - 1)
-
- //TODO: do something with versions
-
- //Get tables
- let dataActivity : [String] = self.getTable(data: strData!, table: "activity")
- let dataActivityComment : [String] = self.getTable(data: strData!, table: "activity_comment")
- let dataActivityImage : [String] = self.getTable(data: strData!, table: "activity_image")
- let dataActivityTag : [String] = self.getTable(data: strData!, table: "activity_tag")
- let dataActivityItinerary : [String] = self.getTable(data: strData!, table: "activity_itinerary")
- let dataAlbum : [String] = self.getTable(data: strData!, table: "album")
- let dataFestival : [String] = self.getTable(data: strData!, table: "festival")
- let dataFestivalDay : [String] = self.getTable(data: strData!, table: "festival_day")
- let dataFestivalEvent : [String] = self.getTable(data: strData!, table: "festival_event")
- //let dataFestivalEventImage : [String] = self.getTable(data: strData!, table: "festival_event_image")
- //let dataFestivalOffer : [String] = self.getTable(data: strData!, table: "festival_offer")
- //let dataPeople : [String] = self.getTable(data: strData!, table: "people")
- let dataPhoto : [String] = self.getTable(data: strData!, table: "photo")
- let dataPhotoAlbum : [String] = self.getTable(data: strData!, table: "photo_album")
- //let dataPhotoComment : [String] = self.getTable(data: strData!, table: "photo_comment")
- let dataPlace : [String] = self.getTable(data: strData!, table: "place")
- let dataPost : [String] = self.getTable(data: strData!, table: "post")
- let dataPostComment : [String] = self.getTable(data: strData!, table: "post_comment")
- let dataPostImage : [String] = self.getTable(data: strData!, table: "post_image")
- let dataPostTag : [String] = self.getTable(data: strData!, table: "post_tag")
- //let dataSponsor : [String] = self.getTable(data: strData!, table: "sponsor")
- let dataSettings: [String] = self.getTable(data: strData!, table: "settings")
-
- //One by one, save the received data
- self.saveTableActivity(entries : dataActivity)
- self.saveTableActivityComment(entries : dataActivityComment)
- self.saveTableActivityImage(entries : dataActivityImage)
- self.saveTableActivityTag(entries : dataActivityTag)
- self.saveTableActivityItinerary(entries : dataActivityItinerary)
-
- self.saveTablePost(entries: dataPost)
- self.saveTablePostComment(entries: dataPostComment)
- self.saveTablePostImage(entries: dataPostImage)
- self.saveTablePostTag(entries: dataPostTag)
-
- self.saveTablePlace(entries: dataPlace)
-
- self.saveTableAlbum(entries: dataAlbum)
- self.saveTablePhoto(entries: dataPhoto)
- self.saveTablePhotoAlbum(entries: dataPhotoAlbum)
-
- self.saveTableFestival(entries: dataFestival)
- self.saveTableFestivalDay(entries: dataFestivalDay)
- self.saveTableFestivalEvent(entries: dataFestivalEvent)
-
- self.saveSettings(entries: dataSettings)
-
-
- //DEBUG: Tester, Debug only
- // Test if a entity has entries
- /*let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
- let fetchRequest: NSFetchRequest<Post> = Post.fetchRequest() //Entity to debug
-
- do {
- //go get the results
- let searchResults = try context.fetch(fetchRequest)
-
- NSLog(":SYNC:DEBUG: Num of results = \(searchResults.count).")
- for r in searchResults as [NSManagedObject] {
- NSLog(":SYNC:DEBUG: id: \(r.value(forKey: "id")).")
- }
- } catch {
- NSLog(":SYNC:DEBUG: Error with request: \(error).")
- }*/
- //End tester
-
- // If it's the initial sync, hide the segue
- if self.initial == true{
- NSLog(":SYNC:LOG: Finishing synchronous sync.")
- let delegate: AppDelegate = UIApplication.shared.delegate as! AppDelegate
- delegate.controller?.initialSync(showScreen: false)
-
- }
- }
-
- task.resume()
-
- }
-
- /**
- Extracts table rows from the raw data received.
- :param: param Received data in JSON format.
- :param: table The name of the table to look for.
- :return: Array of strings containing the rows of the table, in JSON format.
- */
- func getTable(data: String, table: String) -> [String]{
- //Does the table exists?
- if data.indexOf(target: "\"\(table)\":[") == nil{
- NSLog(":SYNC:LOG: Empty table: \(table).")
- return [String]()
- }
- let iS : Int? = data.indexOf(target: "\"\(table)\":[")
- var str = data.subStr(start: iS!, end: data.length - 1)
- let iE : Int? = str.indexOf(target: "}]}")!
- str = str.subStr(start: 0, end: iE!)
- str = str.subStr(start: table.length + 3,end: str.length - 1)
-
- //Separate the entries
- var entries : [String] = str.components(separatedBy: "},{")
-
- //Modify the first and the last one to remove bracers
- entries[0] = entries[0].subStr(start: 1, end: entries[0].length - 1)
- entries[entries.count - 1] = entries[entries.count - 1].subStr(start: 0, end: entries[entries.count - 1].length - 2)
-
- NSLog(":SYNC:LOG: Table \(table) has \(entries.count) rows.")
-
- //Return the array
- return entries
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePeople(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table People.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "People", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "People")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up People entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up People entity")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get name_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_es : String = str.subStr(start : str.indexOf(target : "\"name_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get name_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_en : String = str.subStr(start : str.indexOf(target : "\"name_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get name_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_eu : String = str.subStr(start : str.indexOf(target : "\"name_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get address_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let address_es : String = str.subStr(start : str.indexOf(target : "\"address_es\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
-
- //Get address_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let address_en : String = str.subStr(start : str.indexOf(target : "\"address_en\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
-
- //Get address_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let address_eu : String = str.subStr(start : str.indexOf(target : "\"address_eu\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
-
- //Get cp
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let cp : String = str.subStr(start : str.indexOf(target : "\"cp\":")! + 6, end : str.indexOf(target : ",\"")! - 2)
-
- //Get lat
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let lat : Float = Float(str.subStr(start : str.indexOf(target : "\"lat\":")! + 7, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get lon
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let lon : Float = Float(str.subStr(start : str.indexOf(target : "\"lon\":")! + 7, end : str.length - 2))!
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(id, forKey: "id")
- row.setValue(name_es, forKey: "name_es")
- row.setValue(name_en, forKey: "name_en")
- row.setValue(name_eu, forKey: "name_eu")
- row.setValue(address_es, forKey: "address_es")
- row.setValue(address_en, forKey: "address_en")
- row.setValue(address_eu, forKey: "address_eu")
- row.setValue(cp, forKey: "cp")
- row.setValue(lat, forKey: "lat")
- row.setValue(lon, forKey: "lon")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Place with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Place with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePlace(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Place.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Place", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Place")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Places entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Places entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get name_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_es : String = str.subStr(start : str.indexOf(target : "\"name_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get name_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_en : String = str.subStr(start : str.indexOf(target : "\"name_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get name_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_eu : String = str.subStr(start : str.indexOf(target : "\"name_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get address_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let address_es : String = str.subStr(start : str.indexOf(target : "\"address_es\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
-
- //Get address_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let address_en : String = str.subStr(start : str.indexOf(target : "\"address_en\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
-
- //Get address_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let address_eu : String = str.subStr(start : str.indexOf(target : "\"address_eu\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
-
- //Get cp
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let cp : String = str.subStr(start : str.indexOf(target : "\"cp\":")! + 6, end : str.indexOf(target : ",\"")! - 2)
-
- //Get lat
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let lat : Float = Float(str.subStr(start : str.indexOf(target : "\"lat\":")! + 7, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get lon
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let lon : Float = Float(str.subStr(start : str.indexOf(target : "\"lon\":")! + 7, end : str.length - 2))!
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(id, forKey: "id")
- row.setValue(name_es, forKey: "name_es")
- row.setValue(name_en, forKey: "name_en")
- row.setValue(name_eu, forKey: "name_eu")
- row.setValue(address_es, forKey: "address_es")
- row.setValue(address_en, forKey: "address_en")
- row.setValue(address_eu, forKey: "address_eu")
- row.setValue(cp, forKey: "cp")
- row.setValue(lat, forKey: "lat")
- row.setValue(lon, forKey: "lon")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Place with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Place with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePost(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Post.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Post", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Post")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Post entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Post entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get permalink
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let permalink : String = str.subStr(start : str.indexOf(target : "\"permalink\":")! + 13, end : str.indexOf(target : ",\"")! - 2)
-
- //Get title_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_es : String = str.subStr(start : str.indexOf(target : "\"title_es\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get title_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_en : String = str.subStr(start : str.indexOf(target : "\"title_en\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get title_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_eu : String = str.subStr(start : str.indexOf(target : "\"title_eu\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_es : String = str.subStr(start : str.indexOf(target : "\"text_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_en : String = str.subStr(start : str.indexOf(target : "\"text_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_eu : String = str.subStr(start : str.indexOf(target : "\"text_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get comments
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let comments : Int = Int(str.subStr(start : str.indexOf(target : "\"comments\":")! + 12, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get username
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let username : String = str.subStr(start : str.indexOf(target : "\"username\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get dtime
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
- let dtime = dateFormatter.date(from : str.subStr(start : str.indexOf(target : "\"dtime\":")! + 9, end : str.length - 2))!
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- //set the entity values
- row.setValue(id, forKey: "id")
- row.setValue(permalink, forKey: "permalink")
- row.setValue(dtime, forKey: "dtime")
- row.setValue(username, forKey: "username")
- row.setValue(comments, forKey: "comments")
- row.setValue(title_es, forKey: "title_es")
- row.setValue(title_en, forKey: "title_en")
- row.setValue(title_eu, forKey: "title_eu")
- row.setValue(text_es, forKey: "text_es")
- row.setValue(text_en, forKey: "text_en")
- row.setValue(text_eu, forKey: "text_eu")
-
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Post with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Post with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePostComment(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Post_comment.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Post_comment", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Post_comment")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Post_comment entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Post_comment entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get activity
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let post : String = str.subStr(start : str.indexOf(target : "\"post\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text : String = str.subStr(start : str.indexOf(target : "\"text\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
-
- //Get dtime
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd"
- let dtime = dateFormatter.date(from : str.subStr(start : str.indexOf(target : "\"dtime\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get username
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let username : String = str.subStr(start : str.indexOf(target : "\"username\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get lang
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let lang : String = str.subStr(start : str.indexOf(target : "\"lang\":")! + 8, end : str.length - 1)
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(id, forKey: "id")
- row.setValue(post, forKey: "post")
- row.setValue(text, forKey: "text")
- row.setValue(dtime, forKey: "dtime")
- row.setValue(username, forKey: "username")
- row.setValue(lang, forKey: "lang")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Activity_comment with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Activity_comment with id \(id).")
- }
-
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePostImage(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Post_image.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Post_image", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Post_image")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Post_comment entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Post_comment entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get activity
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let post : Int = Int(str.subStr(start : str.indexOf(target : "\"post\":")! + 8, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get image
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let image : String = str.subStr(start : str.indexOf(target : "\"image\":")! + 9, end : str.indexOf(target : ",\"")! - 2)
-
- //Get idx
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let idx : Int = Int(str.subStr(start : str.indexOf(target : "\"idx\":")! + 7, end : str.length - 2))!
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(id, forKey: "id")
- row.setValue(post, forKey: "post")
- row.setValue(image, forKey: "image")
- row.setValue(idx, forKey: "idx")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Post_image with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Post_image with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePostTag(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Post_tag.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Post_tag", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Post_tag")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Post_tag entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Post_tag entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get activity
- var str = entry
- let post : Int = Int(str.subStr(start : str.indexOf(target : "\"post\":")! + 8, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get tag
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let tag : String = str.subStr(start : str.indexOf(target : "\"tag\":")! + 7, end : str.length - 1)
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(post, forKey: "post")
- row.setValue(tag, forKey: "tag")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Post_tag for post: \(post), tag: \(tag): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Post_tag for post: \(post), tag: \(tag).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableActivity(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Activity.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Activity", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Activity")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Activity entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Activity entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get permalink
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let permalink : String = str.subStr(start : str.indexOf(target : "\"permalink\":")! + 13, end : str.indexOf(target : ",\"")! - 2)
-
- //Get date
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd"
- let date = dateFormatter.date(from : str.subStr(start : str.indexOf(target : "\"date\":")! + 8, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get city
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let city : String = str.subStr(start : str.indexOf(target : "\"city\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
-
- //Get title_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_es : String = str.subStr(start : str.indexOf(target : "\"title_es\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get title_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_en : String = str.subStr(start : str.indexOf(target : "\"title_en\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get title_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_eu : String = str.subStr(start : str.indexOf(target : "\"title_eu\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_es : String = str.subStr(start : str.indexOf(target : "\"text_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_eu : String = str.subStr(start : str.indexOf(target : "\"text_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_en : String = str.subStr(start : str.indexOf(target : "\"text_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
-
- //Get after_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- var after_es : String = str.subStr(start : str.indexOf(target : "\"after_es\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- if (after_es == "ul"){ //From "null"
- after_es = ""
- }
-
- //Get after_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- var after_en : String = str.subStr(start : str.indexOf(target : "\"after_en\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- if (after_en == "ul"){ //From "null"
- after_en = ""
- }
-
- //Get after_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- var after_eu : String = str.subStr(start : str.indexOf(target : "\"after_eu\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- if (after_eu == "ul"){ //From "null"
- after_eu = ""
- }
-
- //Get price
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let price : Int = Int(str.subStr(start : str.indexOf(target : "\"price\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get inscription
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let inscription : Int = Int(str.subStr(start : str.indexOf(target : "\"inscription\":")! + 15, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get max_people
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let maxPeoplePre : String = str.subStr(start : str.indexOf(target : "\"max_people\":")! + 14, end : str.indexOf(target : ",")! - 2)
- var maxPeople = -1
- if (maxPeoplePre != "ul"){ //From "null"
- maxPeople = Int(maxPeoplePre)!
- }
-
- //Get album
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let albumPre = str.subStr(start : str.indexOf(target : "\"album\":")! + 9, end : str.length - 2)
- var album = -1
- if (albumPre != "ul"){ //From "null"
- album = Int(albumPre)!
- }
-
- //Skipping dtime
- //Skipping comments
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- //set the entity values
- row.setValue(id, forKey: "id")
- row.setValue(permalink, forKey: "permalink")
- row.setValue(date, forKey: "date")
- row.setValue(city, forKey: "city")
- row.setValue(title_es, forKey: "title_es")
- row.setValue(title_en, forKey: "title_en")
- row.setValue(title_eu, forKey: "title_eu")
- row.setValue(text_es, forKey: "text_es")
- row.setValue(text_en, forKey: "text_en")
- row.setValue(text_eu, forKey: "text_eu")
- row.setValue(after_es, forKey: "after_es")
- row.setValue(after_en, forKey: "after_en")
- row.setValue(after_eu, forKey: "after_eu")
- row.setValue(price, forKey: "price")
- row.setValue(inscription, forKey: "inscription")
- row.setValue(maxPeople, forKey: "max_people")
- if (album != -1){
- row.setValue(album, forKey: "album")
- }
-
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Activity with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Activity with id \(id).")
- }
-
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableActivityComment(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Activity_comment.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Activity_comment", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Activity_comment")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Activity_comment entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Activity_comment entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get activity
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let activity : String = str.subStr(start : str.indexOf(target : "\"activity\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get text
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text : String = str.subStr(start : str.indexOf(target : "\"text\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
-
- //Get dtime
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd"
- let dtime = dateFormatter.date(from : str.subStr(start : str.indexOf(target : "\"dtime\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get username
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let username : String = str.subStr(start : str.indexOf(target : "\"username\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
-
- //Get lang
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let lang : String = str.subStr(start : str.indexOf(target : "\"lang\":")! + 8, end : str.length - 1)
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(id, forKey: "id")
- row.setValue(activity, forKey: "activity")
- row.setValue(text, forKey: "text")
- row.setValue(dtime, forKey: "dtime")
- row.setValue(username, forKey: "username")
- row.setValue(lang, forKey: "lang")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Activity_comment with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Activity_comment with id \(id).")
- }
-
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableActivityImage(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Activity_image.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Activity_image", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Activity_image")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Activity_comment entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Activity_comment entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get activity
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let activity : Int = Int(str.subStr(start : str.indexOf(target : "\"activity\":")! + 12, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get image
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let image : String = str.subStr(start : str.indexOf(target : "\"image\":")! + 9, end : str.indexOf(target : ",\"")! - 2)
-
- //Get idx
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let idx : Int = Int(str.subStr(start : str.indexOf(target : "\"idx\":")! + 7, end : str.length - 2))!
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(id, forKey: "id")
- row.setValue(activity, forKey: "activity")
- row.setValue(image, forKey: "image")
- row.setValue(idx, forKey: "idx")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Activity_image with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Activity_image with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableActivityTag(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Activity_tag.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Activity_tag", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Activity_tag")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Activity_tag entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Activity_tag entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- //Get activity
- var str = entry
- let activity : Int = Int(str.subStr(start : str.indexOf(target : "\"activity\":")! + 12, end : str.indexOf(target : ",\"")! - 2))!
-
- //Get tag
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let tag : String = str.subStr(start : str.indexOf(target : "\"tag\":")! + 7, end : str.length - 1)
-
- //Save CoreData
- row = NSManagedObject(entity: entity!, insertInto: context)
- row.setValue(activity, forKey: "activity")
- row.setValue(tag, forKey: "tag")
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Activity_tag for activity \(activity), tag: \(tag): Error: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Activity_tag for activity \(activity), tag: \(tag).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- //CHECK: New (and probably better format than the others.)
- func saveTableActivityItinerary(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Activity_itinerary.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Activity_itinerary", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Activity_itinerary")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Activity_itinerary entity: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Activity_itinerary entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(id, forKey: "id")
-
- //Get activity
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let activity : Int = Int(str.subStr(start : str.indexOf(target : "\"activity\":")! + 12, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(activity, forKey: "activity")
-
- //Get name_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_es : String = str.subStr(start : str.indexOf(target : "\"name_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(name_es, forKey: "name_es")
-
- //Get name_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_en : String = str.subStr(start : str.indexOf(target : "\"name_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(name_en, forKey: "name_en")
-
- //Get name_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_eu : String = str.subStr(start : str.indexOf(target : "\"name_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(name_eu, forKey: "name_eu")
-
- //Get description_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_es : String = str.subStr(start : str.indexOf(target : "\"description_es\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_es != "ul"){ //From "null"
- row.setValue(description_es, forKey: "description_es")
- }
-
- //Get description_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_en : String = str.subStr(start : str.indexOf(target : "\"description_en\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_en != "ul"){ //From "null"
- row.setValue(description_en, forKey: "description_en")
- }
-
- //Get description_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_eu : String = str.subStr(start : str.indexOf(target : "\"description_eu\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_eu != "ul"){ //From "null"
- row.setValue(description_eu, forKey: "description_eu")
- }
-
- //Get start
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
- let start = dateFormatter.date(from: str.subStr(start : str.indexOf(target : "\"start\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(start, forKey: "start")
-
- //Get end
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let end = str.subStr(start : str.indexOf(target : "\"end\":")! + 7, end : str.indexOf(target : ",\"")! - 2)
- if (end != "ul"){ //From "null"
- row.setValue(dateFormatter.date(from: end), forKey: "end")
- }
-
- //Get place
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let place : Int = Int(str.subStr(start : str.indexOf(target : "\"place\":")! + 9, end : str.length - 2))!
- row.setValue(place, forKey: "place")
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Activity_itinerary with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Activity_itinerary with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableAlbum(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Album.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Album", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Album")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Album: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Album entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(id, forKey: "id")
-
- //Get permalink
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let permalink : String = str.subStr(start : str.indexOf(target : "\"permalink\":")! + 13, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(permalink, forKey: "permalink")
-
- //Get title_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_es : String = str.subStr(start : str.indexOf(target : "\"title_es\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_es, forKey: "title_es")
-
- //Get title_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_en : String = str.subStr(start : str.indexOf(target : "\"title_en\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_en, forKey: "title_en")
-
- //Get title_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_eu : String = str.subStr(start : str.indexOf(target : "\"title_eu\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_eu, forKey: "title_eu")
-
- //Get description_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_es : String = str.subStr(start : str.indexOf(target : "\"description_es\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_es != "ul"){ //From "null"
- row.setValue(description_es, forKey: "description_es")
- }
-
- //Get description_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_en : String = str.subStr(start : str.indexOf(target : "\"description_en\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_en != "ul"){ //From "null"
- row.setValue(description_en, forKey: "description_en")
- }
-
- //Get description_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_eu : String = str.subStr(start : str.indexOf(target : "\"description_eu\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_eu != "ul"){ //From "null"
- row.setValue(description_eu, forKey: "description_eu")
- }
-
- //Get open
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let open : Int = Int(str.subStr(start : str.indexOf(target : "\"open\":")! + 8, end : str.length - 2))!
- row.setValue(open, forKey: "open")
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Album with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Album with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePhoto(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Photo.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Photo", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Photo")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Photo: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Photo entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get id
- var str = entry
- let id : Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(id, forKey: "id")
-
- //Get file
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let file : String = str.subStr(start : str.indexOf(target : "\"file\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(file, forKey: "file")
-
- //Get permalink
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let permalink : String = str.subStr(start : str.indexOf(target : "\"permalink\":")! + 13, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(permalink, forKey: "permalink")
-
- //Get title_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_es : String = str.subStr(start : str.indexOf(target : "\"title_es\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_es, forKey: "title_es")
-
- //Get title_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_en : String = str.subStr(start : str.indexOf(target : "\"title_en\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_en, forKey: "title_en")
-
- //Get title_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_eu : String = str.subStr(start : str.indexOf(target : "\"title_eu\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_eu, forKey: "title_eu")
-
- //Get description_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_es : String = str.subStr(start : str.indexOf(target : "\"description_es\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_es != "ul"){ //From "null"
- row.setValue(description_es, forKey: "description_es")
- }
-
- //Get description_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_en : String = str.subStr(start : str.indexOf(target : "\"description_en\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_en != "ul"){ //From "null"
- row.setValue(description_en, forKey: "description_en")
- }
-
- //Get description_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_eu : String = str.subStr(start : str.indexOf(target : "\"description_eu\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_eu != "ul"){ //From "null"
- row.setValue(description_eu, forKey: "description_eu")
- }
-
- //Get uploaded
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
- let uploaded = dateFormatter.date(from: str.subStr(start : str.indexOf(target : "\"uploaded\":")! + 12, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(uploaded, forKey: "uploaded")
-
- //TODO: Ignoting place
- //TODO: Ignoring width
- //TODO: Ignoring height
- //TODO: Ignoring size
- //TODO: Ignoring username
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Photo with id \(id): \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Photo with id \(id).")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTablePhotoAlbum(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Photo_album.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Photo_album", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Photo_album")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Photo_album: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Photo_album entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get photo
- var str = entry
- let photo : Int = Int(str.subStr(start : str.indexOf(target : "\"photo\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(photo, forKey: "photo")
-
- //Get album
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let album : Int = Int(str.subStr(start : str.indexOf(target : "\"album\":")! + 9, end : str.length - 2))!
- row.setValue(album, forKey: "album")
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Photo_album entry \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Photo_album entry.")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableFestival(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table Festival.")
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Festival", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Festival")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Festival: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Festival entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get id
- var str = entry
- let id: Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(id, forKey: "id")
-
- //Get year
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let file: Int = Int(str.subStr(start : str.indexOf(target : "\"year\":")! + 8, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(file, forKey: "year")
-
- //Get text_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_es: String = str.subStr(start : str.indexOf(target : "\"text_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(text_es, forKey: "text_es")
-
- //Get text_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_en: String = str.subStr(start : str.indexOf(target : "\"text_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(text_en, forKey: "text_en")
-
- //Get text_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let text_eu: String = str.subStr(start : str.indexOf(target : "\"text_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(text_eu, forKey: "text_eu")
-
- //Get summary_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let summary_es: String = str.subStr(start : str.indexOf(target : "\"summary_es\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(summary_es, forKey: "summary_es")
-
- //Get summary_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let summary_en: String = str.subStr(start : str.indexOf(target : "\"summary_en\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(summary_en, forKey: "summary_en")
-
- //Get summary_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let summary_eu: String = str.subStr(start : str.indexOf(target : "\"summary_eu\":")! + 14, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(summary_eu, forKey: "summary_eu")
-
- //Get img
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let img: String = str.subStr(start : str.indexOf(target : "\"img\":")! + 7, end : str.length - 2)
- row.setValue(img, forKey: "img")
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Festival entry \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Festival entry.")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableFestivalDay(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table FestivalDay.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Festival_day", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Festival_day")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Festival: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Festival entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get id
- var str = entry
- let id: Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(id, forKey: "id")
-
- //Get date
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd"
- let date = dateFormatter.date(from: str.subStr(start : str.indexOf(target : "\"date\":")! + 8, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(date, forKey: "date")
-
- //Get name_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_es: String = str.subStr(start : str.indexOf(target : "\"name_es\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(name_es, forKey: "name_es")
-
- //Get name_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_en: String = str.subStr(start : str.indexOf(target : "\"name_en\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(name_en, forKey: "name_en")
-
- //Get name_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let name_eu: String = str.subStr(start : str.indexOf(target : "\"name_eu\":")! + 11, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(name_eu, forKey: "name_eu")
-
- //Get price
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let price: Int = Int(str.subStr(start : str.indexOf(target : "\"price\":")! + 9, end : str.length - 2))!
- row.setValue(price, forKey: "price")
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Festival_day entry \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Festival_day entry.")
- }
- }
- }
-
- /**
- Saves the data in the table.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveTableFestivalEvent(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving table FestivalEvent.")
-
- let dateFormatter = DateFormatter()
- dateFormatter.timeZone = TimeZone.ReferenceType.local
-
- //Set up context
- let appDelegate = UIApplication.shared.delegate as! AppDelegate
- let context = NSManagedObjectContext(concurrencyType: .privateQueueConcurrencyType)
- context.persistentStoreCoordinator = appDelegate.persistentStoreCoordinator
-
- let entity = NSEntityDescription.entity(forEntityName: "Festival_event", in: context)
-
- var row: NSManagedObject
-
- //Delete all previous entries
- let fetch = NSFetchRequest<NSFetchRequestResult>(entityName: "Festival_event")
- let request = NSBatchDeleteRequest(fetchRequest: fetch)
- do {
- try context.execute(request)
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not clean up Festival_event: \(error), \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not clean up Festival_event entity.")
- }
-
- //Loop new entries
- for entry in entries{
-
- row = NSManagedObject(entity: entity!, insertInto: context)
-
- //Get id
- var str = entry
- let id: Int = Int(str.subStr(start : str.indexOf(target : "\"id\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(id, forKey: "id")
-
- //Get gm
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let gm: Int = Int(str.subStr(start : str.indexOf(target : "\"gm\":")! + 6, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(gm, forKey: "gm")
-
- //Get title_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_es : String = str.subStr(start : str.indexOf(target : "\"title_es\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_es, forKey: "title_es")
-
- //Get title_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_en : String = str.subStr(start : str.indexOf(target : "\"title_en\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_en, forKey: "title_en")
-
- //Get title_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let title_eu : String = str.subStr(start : str.indexOf(target : "\"title_eu\":")! + 12, end : str.indexOf(target : ",\"")! - 2)
- row.setValue(title_eu, forKey: "title_eu")
-
- //Get description_es
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_es : String = str.subStr(start : str.indexOf(target : "\"description_es\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_es != "ul"){ //From "null"
- row.setValue(description_es, forKey: "description_es")
- }
-
- //Get description_en
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_en : String = str.subStr(start : str.indexOf(target : "\"description_en\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_en != "ul"){ //From "null"
- row.setValue(description_en, forKey: "description_en")
- }
-
- //Get description_eu
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let description_eu : String = str.subStr(start : str.indexOf(target : "\"description_eu\":")! + 18, end : str.indexOf(target : ",\"")! - 2)
- if (description_eu != "ul"){ //From "null"
- row.setValue(description_eu, forKey: "description_eu")
- }
-
- //Get host
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let strHost: String = str.subStr(start : str.indexOf(target : "\"host\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
- if (strHost != "ul"){ //From "null"
- let host: Int = Int(strHost)!
- row.setValue(host, forKey: "host")
- }
-
- //Get place
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let place: Int = Int(str.subStr(start : str.indexOf(target : "\"place\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(place, forKey: "place")
-
- //Get start
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
- let start = dateFormatter.date(from: str.subStr(start : str.indexOf(target : "\"start\":")! + 9, end : str.indexOf(target : ",\"")! - 2))!
- row.setValue(start, forKey: "start")
-
- //Get end
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
- let strEnd: String = str.subStr(start : str.indexOf(target : "\"end\":")! + 7, end : str.length - 2)
- if (strEnd != "ul"){ //From "null"
- let end = dateFormatter.date(from: strEnd)!
- row.setValue(end, forKey: "end")
- }
-
- //Save CoreData
- do {
- try context.save()
- } catch let error as NSError {
- NSLog(":SYNC:ERROR: Could not store Festival_event entry \(error.userInfo).")
- } catch {
- NSLog(":SYNC:ERROR: Could not store Festival_event entry.")
- }
- }
- }
-
- /**
- Saves the received settings.
- :param: entries Array of strings containing the rows of the table, in JSON format.
- */
- func saveSettings(entries : [String]){
-
- NSLog(":SYNC:LOG: Saving settings.")
- let defaults = UserDefaults.standard
-
- // Loop new entries
- for entry in entries{
-
- // Get setting name
- var str = entry
- let name: String = str.subStr(start : str.indexOf(target : "\"name\":")! + 8, end : str.indexOf(target : ",\"")! - 2)
-
- // Get setting value
- str = str.subStr(start : str.indexOf(target : ",\"")! + 1, end : str.length - 1)
- let value: Int = Int(str.subStr(start : str.indexOf(target : "\"value\":")! + 9, end : str.length - 2))!
-
- // Save only the needed settings
- if ["festivals", "comments", "photos"].contains(name){
- NSLog(":SYNC:LOG: Setting \(name) \(value)")
- defaults.set(value, forKey: name)
- }
- }
- }
- }
|