如何配置与更新数据映射:详细指南
Source: Qeasy Cloud530 views
一:方案数据转映射数据
查看以下示例方案链接:
二:连接器配置、适配器配置
连接器配置方面无需特别写入,适配器则需要使用DataStrategyExecuteAdapter。
三:方案配置
在这里,我们需要进行接口信息的配置。使用UpdateMappingData来写入和更新数据,这个过程会基于a_value和category来进行更新。如果我们只想添加新的映射,可以使用AddMappingData,但如果存在旧的数据,会提示失败。
配置请求参数

请求示例
{
"command": [],
"content": {
"a_value": "1111",
"a_label": "2222",
"b_value": "3333",
"b_label": "44444",
"category": "6566fdaa681a7e159165f013"
}
}
四:其他注意事项
Copyright Notice
The article "如何配置与更新数据映射:详细指南" is original content owned by 广东轻亿云软件科技有限公司. Reposting, quoting, copying or mirroring is strictly prohibited without written authorization. Please contact us for authorization and credit the author and source (including the original link) prominently.