Data Entry Application through coding

Discussions about CSEntry
Post Reply
Praveen
Posts: 9
Joined: February 9th, 2017, 4:21 am

Data Entry Application through coding

Post by Praveen »

Hii,
My name is Praveen and I use cspro for data entry application. Though CSPRO provides me a way to collection data both android and window yet I feel somewhere creating application using drag drop or manually takes lots of time in copy and past. So, I just want to have a clarity can we develop cspro application through any command window(using coding like we do in java and other softwares) from designing survey to everything.

Thanks in advance for your kind reply.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Data Entry Application through coding

Post by josh »

CSPro does not have any kind of API for to generate applications. The file formats for dictionary, forms and question text are relatively simple text files so some people have written their own programs in other programming languages such as Java and C# to manipulate these files. I suppose you could do the same. As a starting point you could look at https://github.com/csprousers/tools which has code that reads CSPro dictionaries in C#.
Praveen
Posts: 9
Joined: February 9th, 2017, 4:21 am

Re: Data Entry Application through coding

Post by Praveen »

Thanku so much Josh for your instant reply
Post Reply