by Chris Harman | Mar 13, 2018 | Keep (KP Project), Revise (KP Project), Documentation
Transaction Logging The old transaction logging can be found here. Architecture Loqate’s transaction log collection solution consists of three components: Central Collector installed in a machine in one of the customer’s machines. (This could be a AWS instance or a...
by Chris Harman | Apr 13, 2011 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
C++ Example #include #include "lqtcr.h" using namespace std; int main(int argc, char* argv[]) { try { // Create the objects lqtServer* srv(lqtServer::create()); lqtProcessOptions* opts(lqtProcessOptions::create()); lqtInputRecord*...
by Chris Harman | Oct 28, 2011 | Keep (KP Project), Revise (KP Project), Archive (KP Project), Legacy (KP Project), Getting started, Support Root
Loqate Cloud API PLEASE NOTE: this is legacy documentation, for a product which is no longer actively supported. See our current documentation for details of our actively-supported cloud API. Service URL: https://api.loqate.com/ All endpoints require a valid API key...
by juanjsilva | Jun 21, 2012 | Keep (KP Project), Tutorials and How To Main
This tutorial is no longer supported and may include content that is incorrect or invalid. Overview The purpose of this tutorial is to help developers create an On-Premise REST Web Service using the Loqate Local API in Java. The resulting web service response is in...
by Chris Harman | Apr 12, 2012 | Keep (KP Project), Getting started
Country Process Overview The Country process is designed to attempt to identify a country from supplied input data. It performs the following processes: Check the ForceCountry option. If set, use this. Check each of the fields specified in the CountryFields option. If...
by juanjsilva | May 4, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Sample Java-based Batch File Processor Overview This tutorial describes a sample Java program which uses Loqate Local API to process an input text file containing multiple international addresses. The program writes all Loqate output results to an output...