The Country process is designed to attempt to identify a country from supplied input data. It performs the following processes:Documentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
- Check the
ForceCountryoption. If set, use this. - Check each of the fields specified in the
CountryFieldsoption. If a valid country is found, use this. - Check the
DefaultCountryoption. If set, use this as a candidate. - Check the address fields for potential candidates and duplicates identified through the previous processes.
Relevant Options
- ForceCountry
- CountryFields
- DefaultCountry

