如何在复杂的json元素中使用“PDFName”元素,形成Lookup Activity的输出?

问题描述 投票:0回答:0

大家好,我正在尝试从 JSON 输入中提取“PDFName”:“SAP__8888_88.pdf”,然后使用设置变量将其设置为一个变量(见附图)。

我正在使用表达式:>> @activity('Lookup1').output.value1.value1.PDFName

我需要有关上面突出显示的查询部分的帮助。谢谢

{
    "count": 1,
    "value": [
        {
            "count": 1788,
            "value": [
                {
                    "KSKSS10:PDFData": {
                        "DownloadURL": "dummy",
                        "PDFName": "SAP__9999_99.pdf",
                        "SalesOrderType": "ZLR",
                        "ServiceOrderNumber": null,
                        "OrderNumber": 41721670
                    }
                },
                {
                    "KSKSS10:PDFData": {
                        "DownloadURL": "dummy",
                        "PDFName": "SAP__8888_88.pdf",
                        "SalesOrderType": "ZLR",
                        "ServiceOrderNumber": null,
                        "OrderNumber": 40757294
                    }
                }
            ]
        }
    ],
    "effectiveIntegrationRuntime": "sintegrationRunTime1-tst-ir (East US)",
    "billingReference": {
        "activityType": "PipelineActivity",
        "billableDuration": [
            {
                "meterType": "ManagedVNetIR",
                "duration": 0.016666666666666666,
                "unit": "DIUHours"
            }
        ]
    },
    "durationInQueue": {
        "integrationRuntimeQueue": 57
    }
}

流量

azure azure-data-factory oracle-adf azure-synapse-analytics
© www.soinside.com 2019 - 2024. All rights reserved.