Page 1 of 1

Reading CSDB files in sorted order

Posted: May 13th, 2018, 4:57 pm
by AriSilva
If one opens a CSDB file in the DataViewer tool, the records appear as sorted.
When you process the csdb file in a batch application, they come in the order they are in the file.
Is there a way to process the csdb records as sorted in a batch program?
Best
Ari

Re: Reading CSDB files in sorted order

Posted: May 14th, 2018, 8:13 am
by Gregory Martin
You can add this to your PFF file: InputOrder=Indexed

See more here: http://www.csprousers.org/help/CSPro/ru ... edits.html

Re: Reading CSDB files in sorted order

Posted: May 14th, 2018, 8:38 am
by AriSilva
Thanks, Greg, I just saw this option in the help and in the pff editor.
Best
Ari