Search found 36 matches

by amari
December 27th, 2024, 5:06 am
Forum: Synchronization
Topic: Bulk data Sync
Replies: 1
Views: 16677

Bulk data Sync

Dear Team, I have bulk csdbe dataset in around few hundred files to upload csweb for this I use following code list string dataFile; dirlist(dataFile, ".\data\", filter := "*.csdbe", recursive := true); do numeric ctr = 1 while ctr <= dataFile.length() if setfile(DATA_DICT,dataFi...
by amari
November 17th, 2024, 7:16 am
Forum: Android
Topic: filtering csdbe with no record
Replies: 1
Views: 16077

filtering csdbe with no record

Hi everyone, I’m dealing with a challenging issue and could really use your help. I have several thousand csdbe files that track the completion state of specific jobs. These files are generated when a user starts data entry, but they only contain data once the user completes their assignment. I rece...
by amari
June 24th, 2024, 10:19 am
Forum: Entry
Topic: create data file on command line
Replies: 2
Views: 5307

Re: create data file on command line

Thanks lot Greg.. I'll try
by amari
June 23rd, 2024, 12:06 pm
Forum: Entry
Topic: create data file on command line
Replies: 2
Views: 5307

create data file on command line

I need to create CSDBE files to be used with data collection as control and config data input. These files are basically used by a menu program to hold unique per-user configuration information. I need to write a file for each enumerator. Given the considerable number of users, I am unable to do thi...
by amari
May 22nd, 2024, 2:00 am
Forum: Android
Topic: convert csdbe to csdb
Replies: 3
Views: 20574

Re: convert csdbe to csdb

Thanks Lot
by amari
May 20th, 2024, 10:14 pm
Forum: Android
Topic: Control prompt Input
Replies: 2
Views: 18081

Re: Control prompt Input

Thanks lot
by amari
May 18th, 2024, 1:24 am
Forum: Android
Topic: convert csdbe to csdb
Replies: 3
Views: 20574

convert csdbe to csdb

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 t...
by amari
May 18th, 2024, 1:14 am
Forum: Android
Topic: secureing connection string
Replies: 1
Views: 16819

secureing connection string

Hi dev Team,
I have concern on securing password connecting for csdbe in CsEntry ,I can set this using connection string in my pff file but user can read pff and get the password back, Is there a another secure method available to prevent obtaining password.
by amari
May 17th, 2024, 10:09 pm
Forum: Android
Topic: Control prompt Input
Replies: 2
Views: 18081

Control prompt Input

Dear Dev Team, Is it possible to control input when using the Prompt command during data entry? Specifically, I want to ensure the input meets certain criteria as the user types, such as requiring a 4-digit number or a valid mobile number. While validation after the user completes the input is strai...
by amari
May 17th, 2024, 11:36 am
Forum: Android
Topic: csv using filewrite
Replies: 3
Views: 22800

Re: csv using filewrite

Thanks lot