Azure data factory 无法在Azure数据工厂中复制JSON行文件格式

Azure data factory 无法在Azure数据工厂中复制JSON行文件格式,azure-data-factory,Azure Data Factory,我试图在Azure Data Factory v2中运行一个简单的“复制活动”,以复制格式为.jsonl的JSON行文件。但是,在尝试复制时,我不断遇到以下错误: Failure happened on 'Source' side. ErrorCode=JsonInvalidDataFormat,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Error occurred when deseri

我试图在Azure Data Factory 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文件,并告诉我可能出了什么问题?

我测试过,Data Factory支持以“.jsonl”结尾的JSON格式文件,请参见我的示例:

请确保已将JSON格式设置为数据集:

参考: