DataItemMapping
The individual column-to-column mapping between source and target Data Items.
Source of truth: DataItemMapping.cs
Optional properties
Section titled “Optional properties”| JSON name | Type | Description |
|---|---|---|
id | string | Optional identifier as a string value to allow various identifier approaches. |
name | string | Optional name for the Data Item Mapping. |
sourceDataItems | array of DataItem | The source Data Items of the mapping. |
targetDataItem | DataItem | The target Data Item of the mapping. |
extensions | array of Extension | The collection of extension Key/Value pairs. |
notes | string | Free-format notes. |