retrieving cases in cspro batch

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
Mariovaisman
Posts: 133
Joined: February 11th, 2013, 8:26 am

retrieving cases in cspro batch

Post by Mariovaisman »

Hello,

I was trying to do a cspro batch process where the dictionary has a key of a list of variables. When the csbatch reads each record is not retrieving in the key order, it is retrieving without order. This is a csdb file and need to work in key order,
Do I have to sort first?
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: retrieving cases in cspro batch

Post by josh »

In the [Parameters] section of the pff file add the line:

Code: Select all

InputOrder=Indexed
That will process the file in key order.
Post Reply