【发布时间】:2020-11-15 23:59:50
【问题描述】:
使用 Azure 数据工厂下沉到动态通用数据模型。
来源:
Col1: CustomerName
Col2: CustomerGroup
目的地 - CDM
Col1: CustomerName
Col2: CustomerGroup (this is Lookup Column in Dynamics)
在 ADF 中映射失败时:
Src.CustomerName -----------> Dst.CustomerName
Src.CustomerGroup ----------> Dst.CustomerGroup
按照文档@https://docs.microsoft.com/en-gb/azure/data-factory/connector-dynamics-crm-office-365#writing-data-to-a-lookup-field 更新映射如下:
Src.CustomerName -----------> Dst.CustomerName
Src.CustomerGroup ----------> Dst.CustomerGroup**@EntityReference**
这可行,但没有用值填充列 Dst.CustomerGroup
任何线索..
【问题讨论】:
标签: dynamics-crm azure-data-factory-2 entityreference common-data-service