dataprep#
The Data Prep API endpoints provide an interface to update and publish mapping groups.
MappingRule#
An object containing information about a mapping rule.
Properties#
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 |
Enumerated Values#
Property |
Value |
|---|---|
type |
|
type |
|
type |
|
Example#
{
"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"
}