Record Matching Workflows
Introduction
Record Matching
Record matching process can be used to validate data against external services.
Available from version | 8.2 |
Workflow Type Name (Id) | ElsaRecordMatching, 42 |
Configured on | Â |
Description | When validating data against external services. |
Data structure | "Data": {
"Lcid": int,
"AttributeNameAndValueDataContract": [
"AttributeName": string,
"AttributeValue": string
]
} |
Example | "Data": {
"Lcid": 9,
"AttributeValues": [
{
"AttributeName": 500003,
"AttributeValue": "angela.merkel@bundesrat.de",
},
{
"AttributeName": 1,
"AttributeValue": "Angela",
},
{
"AttributeName": 2,
"AttributeValue": "Merkel",
},
{
"AttributeName": 500007,
"AttributeValue": "100",
}
]
} |
C# class name |
|
C# output class name |
|
Output data structure | {
HasMatched : bool,
ResultAttributes : AttributeNameAndValueDataContract[]
Errors : ValidationErrorDataContract[]
}
where AttributeNameAndValueDataContract is
{
AttributeName : string,
AttributeValue : string
}
and ValidationErrorDataContract is
{
Key : string,
ErrorMessage : string,
ErrorMessageNameKey: string
} |
Â
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.