How to Replicate CSIndex.exe Utility Logic to Work Fully on Android – Need Equivalent In-App Indexing & Duplic

Discussions about creating CAPI applications to run on Android devices
Post Reply
hakeem750
Posts: 1
Joined: May 20th, 2025, 5:29 am

How to Replicate CSIndex.exe Utility Logic to Work Fully on Android – Need Equivalent In-App Indexing & Duplic

Post by hakeem750 »

Hello everyone, I'm currently working with a CSPro data collection system that was originally deployed only on Windows and makes extensive use of the CSIndex.exe utility to generate .lst reports for duplicates.
Gregory Martin
Posts: 1946
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: How to Replicate CSIndex.exe Utility Logic to Work Fully on Android – Need Equivalent In-App Indexing & Duplic

Post by Gregory Martin »

Take a look at this: https://www.csprousers.org/help/CSPro/a ... tions.html
Index Data
The interactive modes (View duplicate cases and Prompt to delete duplicates) are not supported.
The user interface for CSIndex is not available on Android, but you can run CSIndex PFFs, so if you set up your system on Windows, you can run it on Android. A CSIndex PFF will show up in the Application Listing. Alternatively. you can use the Pff.exec function to run the CSIndex routine:

https://www.csprousers.org/help/CSPro/P ... ction.html
Post Reply