DQMm Address Cleanse (Beta)
With the DQMm Address Cleanse operator, you can prepare address cleanse requests to be sent to the SAP Data Quality Management, microservices for location data services.
SAP Data Quality Management, microservices for location data offers cloud-based microservices for address cleansing, geocoding, and reverse geocoding. You can embed address cleansing and enrichment services within any business process or application so that you can quickly reap the value of complete and accurate address data.
This operator will create requests from your data that can then be passed to the DQMm Client operator.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
configurationName |
string |
The name of the configuration to use if configSource is specified as DQM Microservices. |
outputFields |
string |
The list of result field names separated by commas that specify the fields from the service that will be output. Default: "std_addr_address_delivery, std_addr_locality, std_addr_region, std_addr_postcode_full, std_addr_country_2char" The original input fields will be included in the output. If an output field name has the same name as an input field then the input field will be overwritten on output. If you wish to retain the original input you should map the output field to a different name. |
processingMode |
string |
Default: "both" |
casing |
string |
Default: "mixed" |
diactrics |
string |
Default: "include" |
streetFormat |
string |
Default: "countryCommonStyle" |
postalFormal |
string |
Default: "countryCommonStyle" |
regionFormat |
string |
Default: "countryCommonStyle" |
scriptConversion |
string |
Default: "preserve" |
minAssignmentLevel |
string |
Default: "none" |
geoAssign |
string |
Default: "best" |
suggestionSuppressLevel |
string |
Default: "none" |
generateSuggestionList |
string |
Indicates whether it is possible for the microservice to generated suggestion lists. Default: "no" |
suggestionReplyField |
string |
The field within the data to be used as a suggestion reply when performing address cleansing with suggestion lists enabled. |
passThroughField |
string |
The field within the data to be returned unchanged in the response. |
Input
Input |
Type |
Description |
---|---|---|
input |
message |
The input expected to be in JSON format. |
Output
Output |
Type |
Description |
---|---|---|
output |
message |
The output is in JSON format. |