【发布时间】:2019-11-12 14:11:40
【问题描述】:
我正在尝试使用 Azure 数据工厂 V2 中的 REST API 连接器从 ServiceNow 表中提取数据。在提取数据时,有时会出现以下错误,有时我没有收到任何错误并且管道正在成功运行。
{
"errorCode": "2200",
"message": "Failure happened on 'Source' side. ErrorCode=UserErrorInvalidJsonDataFormat,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Error occurred when deserializing source JSON data. Please check if the data is in valid JSON object format.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Newtonsoft.Json.JsonReaderException,Message=Invalid character after parsing property name. Expected ':' but got: ,. Path 'result', line 1, position 15740073.,Source=Newtonsoft.Json,'",
"failureType": "UserError",
"target": "REST-API-ServiceNow"
}
有人可以帮我吗?
提前致谢!
【问题讨论】:
标签: json azure azure-data-factory azure-data-factory-2 jsonparser