Synchronization of files other than .csdb

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

Synchronization of files other than .csdb

Post by AriSilva »

Is it possible to synchronize .dat files?
Best
Ari
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Synchronization of files other than .csdb

Post by josh »

You can use syncfile() on .dat files but not syncdata(). Using syncfile() means that you will overwrite an existing file when you upload it to the server so if you have multiple interviewers all syncing using syncfile() with the same filename they will end up overwriting each others changes. You can work around this by having each interviewer sync with a different data file name and then merge them later using the concatenate tool but that gets tricky to manage. The whole reason we introduced the .csdb format was to be able to store the additional info that allows CSPro to upload only the modified cases so you don't have to worry about all of that.
Post Reply