The Data Prep API endpoints provide an interface to update and publish mapping groups.
Name | Type | Description | Restrictions |
---|
conditions | Conditions | | |
id | integer | | |
mappingGroupGuid | ID | The unique identifier of a resource (can be a GUID). | |
position | integer | | |
source | string | | |
target | string | | |
type | string | | |
Property | Value |
---|
type | LIKE |
type | EXACT |
type | REGEX |
{
"conditions": {
"combinator": "AND",
"rules": [
{
"combinator": "AND",
"rules": [
{
"field": "string",
"operator": "NULL",
"value": [
"string"
]
}
]
}
]
},
"id": 0,
"mappingGroupGuid": "74",
"position": 0,
"source": "string",
"target": "string",
"type": "LIKE"
}