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?
retrieving cases in cspro batch
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: retrieving cases in cspro batch
In the [Parameters] section of the pff file add the line:
That will process the file in key order.
Code: Select all
InputOrder=Indexed