User Defined Mapping Match Types
Defining match types to match better and faster
[
["Will", "Bill", "William"],
["John", "Johnny", "Jack"],
["Robert", "Rob", "Bob", "Bobby"],
["Charles", "Charlie", "Chuck"],
["James", "Jim", "Jimmy"],
["Thomas", "Tom", "Tommy"]
...
] "fieldDefinition":[
{
"fieldName" : "name",
"matchType" : "mapping_nicknames, fuzzy",
"fields" : "name",
"dataType": "string"
}Transform and Match
Last updated
Was this helpful?