gpt4 book ai didi

azure - 使用逻辑应用将 json 数据转换为文本/xml 格式

转载 作者:行者123 更新时间:2023-12-03 06:08:17 26 4
gpt4 key购买 nike

我的源文件中的示例 json 数据

{ "name": "pari ", "age": 30, "email": "[email protected]",
"address": {"street": "123 Main St","city": "xyz","state": "CA","zip": "12345" }, "phoneNumbers": [{"type": "home","number": "112-234-1234"},{"type": "work","number": "222-332-5678"} ] }

现在我尝试使用撰写操作将其转换为文本/xml 格式。然后在数据形成后我想将其迁移到sql。

我尝试过http请求触发器和blob触发器,然后尝试blob和compose操作,但我遇到了问题。由于我是新手,请有人帮助我在我的案例中创建 azure 逻辑应用程序工作流程。

最佳答案

您应该能够使用 xml() 表达式。

Flow

第二步有这个表达式...

xml(json(concat('{ "root": ', variables('JSON'), '}')))

结果

Result

关于azure - 使用逻辑应用将 json 数据转换为文本/xml 格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/77084118/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com