convert csdbe to csdb

Discussions about creating CAPI applications to run on Android devices
Post Reply
amari
Posts: 36
Joined: February 24th, 2024, 11:29 am

convert csdbe to csdb

Post by amari »

Dear Dev Team,
I am working on a project involving several 100 enumerators. I plan to set the data format to CSDbe for the enumerators. Once I receive the data back on my servers, I need to convert it to CSDB for easier maintenance. What is the easiest and most script-efficient approach to achieve this?

also are there any limitation on concatenation of large number of csdb files together efficiently.
justinlakier
Posts: 238
Joined: November 21st, 2022, 4:41 pm

Re: convert csdbe to csdb

Post by justinlakier »

Hello,

You can open a CSDBE file, go to "File"->"Save As"->"Data", and specify a name with a .CSDB ending in order to save it as an unencrypted data file. Ideally you would synchronize or concatenate your data before this so there is no need to script this. All of your cases should be in the same data file. You can find the guide to CSPro's Concatenate Data tool here, and there is no limit on the number of csdb files to concatenate. Keep in mind that with CSDB files you must concatenate cases not file contents.

Hope this helps,
Justin
Gregory Martin
Posts: 1882
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: convert csdbe to csdb

Post by Gregory Martin »

You can also look at an example of removing encryption using JavaScript: https://www.csprousers.org/help/CSPro/C ... rekey.html
amari
Posts: 36
Joined: February 24th, 2024, 11:29 am

Re: convert csdbe to csdb

Post by amari »

Thanks Lot
Post Reply