【发布时间】:2022-01-14 19:55:17
【问题描述】:
我正在尝试在 Azure 数据工厂 v2 中运行一个简单的“复制活动”,以复制格式为 .jsonl 的 JSON 行文件。但是,当我尝试复制时,我不断收到以下错误:
Failure happened on 'Source' side. ErrorCode=JsonInvalidDataFormat,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Error occurred when deserializing source JSON file 'grantofrepresentation-2019-08.jsonl'. Check if the data is in valid JSON object format.,Source=Microsoft.DataTransfer.Common,''Type=Newtonsoft.Json.JsonReaderException,Message=Unexpected end of content while loading JObject. Path 'ce_data_classification.solsDeceasedAliasNamesList.value', line 2535, position 9228.,Source=Newtonsoft.Json,'
我确信 ADF 可以处理 .jsonl 文件,但我以前从未使用过 .jsonl 文件。
有人可以确认 ADFv2 可以复制 .jsonl 文件,并告诉我哪里可能出错了吗?
【问题讨论】: