Lauren Wheeler
- Total activity 620
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 9
Articles
Recent activity by Lauren Wheeler-
Syniti Match API - Batch Examples
C# & Java batch examples The C# & Java batch clients are similar to the HubTest examples for the Syniti Match API. Usage BatchClient /testconfig=<testConfigFile> /settings=<settingsFi...
-
Cortex - Sample Groups
Previous Article Cortex Index Next Article The Sample Groups tool is used to filter the Matching Groups output of an upstream Matching task to produce a sample of groups for each score. Con...
-
Address Fields
Loqate’s address structure is based on the OASIS Extensible Address Language (xAL) version 2.0, adapted to suit a flattened record structure rather than XML, and with changes to better suit custome...
-
mAPI - Settings - Levels and Scores
Matching Levels Individual Level This will find matches at an individual level e.g. John Smith and Mary Smith living at the same address will not be matched, nor will John Smith and James Smith. ...
-
Syniti Match API - Grouping Settings Configuration Guide
From version 2.0.4. Grouping mode is a subset of the functionality of Matching mode, and correspondingly requires a subset of the Matching settings. <matching><outputs>...</outputs><advanced>...</a...
-
Fact #1 - Customer Data is Never Perfect
Fact #1 The first RULE of Customer Data is: Customer Data is NEVER Perfect Customer data is nuanced in ways not found in any other form of data matching - and the reason why is simple. Every record...
-
C++ Example
#include <iostream> #include "lqtcr.h" using namespace std; int main(int argc, char* argv[]) { try { // Create the objects lqtServer* srv(lqtServer::create()); lqtProcessOptions* opts(lqtPr...
-
mSQL - Introduction to Stored Procedures
Stored Procedures mSQL provides stored procedures, organized into the following categories: Address Correction Key Generation Fuzzy Deduplication Exact Deduplication Output Triggers Miscellaneo...
-
Installation Manager Install Options
Installation Manager can be used to do a fresh install of data packs or update existing data packs. When you install the data packs using the Installation Manager, you will need to enter a license ...
-
Hints for when you're having trouble initializing the matchIT API
Are you getting this message? Error when initializing the matchIT API Most common Cause: mSQL is installed, but the matchIT SQL service isn't started Reasons why it may not be started: - It failed ...