Page 1 of 1

Batch File to Get Data Entry Result

Posted: March 9th, 2017, 12:16 pm
by yanina
Hi Master

Would you please to give me an example of batch logic to get the entry result to one final DAT file?

On my Dictionary I have fields each single occurence;

Q1, Q2.. till Q10, say it as Group Q
R1, R2.. till R10, as Group R
S1, S2 .. till S10, as Group S

They are on one file entry result: DataQRS.Dat

I want to separate each group to :
Q.dat R.dat and S.dat

The only method I know is through exporting DataQRS.dat, through CSPro export tools. Choice which variable and save separately.

I believe batch logic can handle this, but I have no idea. Would be very appreciate if you can give me an example for this.
Thanks

Yanin

Re: Batch File to Get Data Entry Result

Posted: March 9th, 2017, 1:22 pm
by josh
It is possible to do this in batch but it is much easier to do in the export tool. Why do want to do it in batch?

Re: Batch File to Get Data Entry Result

Posted: March 10th, 2017, 5:09 am
by yanina
Hi Josh

Yes you right. Much easier with export tools. I did not realize that we can save as the file Dat on Export tools.
Very appreciated.

Yanin