Cleaning the csdb in the server

What would you like to see in CSPro?
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

Cleaning the csdb in the server

Post by AriSilva »

Hi folks,
1. Using the dashboard, it is possible to clean the data, by deleting it, but this also deletes the dictionary, so, you have to add the dictionary again. Why not having an option just to clean the data WITHOUT deleting the dictionary?
2. In the program logic, the syncdata command has the options GET and PUT. Why not having another option like CLEAN, to erase the data in the server? The need to have that is the following: I´m using the server to store some control files that can be maintained by myself or the field coordinator, and when uploading those files from different machines, CsPro duplicates the records because they are coming with different UU_IDs, and this forces me to enter the dashboard and delete the files by hand before the uploads.
3. On the other hand, is there a way to syncdata(PUT) disregarding the UUID?
4. Or is there another way to circumvent this problem?

By the way, since I still have two surveys in the field using version 7.5, I did not move to version 7.6 yet, so, I do not know if those issues are already tackled.
Best
Ari
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Cleaning the csdb in the server

Post by aaronw »

Currently, you do need to delete the dictionary to delete the data. It's something I have wanted to add to the CSWeb. I have never considered adding it to logic.

Part of my deployment process is to write a batch application to upload lookup data to CSWeb. I then copy that CSDB file to each device after the synchronization. That way everyone has the same cases and the CSDB on the tablets appears to be synchronized. This may be a technique you can use to avoid duplicates with your control files.
Post Reply