Here we explain what each of the functions in the sample program does. Below that we list some of the WinPure API methods used in the program. At the top of each section is a link to the relevant API in the API Reference documentation.
Sample Program Explained
The TestApiConsole application is designed to illustrate most of the WinPure functions:
- text cleansing
- data matching
- searching
- etc.
Main calls the functions listed below:
Each functions uses GetTestData(...)
to read the data from the SQLite database. Then it sets up parameters with functions like GetCleanSettingsForTable1()
or GetCompaniesMatchParameter()
etc.
- TestCleansingTable1
- TestCleansingTable2
- TestOfflineAddressVerification
- TestMatchingCompanies
- TestSearchCompanies
- TestMatchingCompaniesBetweenTwoTables