我在 azure blob 存储容器中有 JSON 数据。我想获取数据并在 power apps dataverse 中创建一个表并将数据存储在该表中。为此,我正在使用 Azure 数据工厂。我怎样才能做到这一点?例如:这是 json 数据
{
"name": "Apple",
"type": "Fruit",
"weight": "100"
}
输出
Name Type Weight
Apple Fruit 100
我在 azure blob 存储容器中有 JSON 数据。我想获取数据并在 power apps dataverse 中创建一个表并将数据存储在该表中。为此,我正在使用 Azure 数据工厂。我怎样才能做到这一点?例如:这是 json 数据
{
"name": "Apple",
"type": "Fruit",
"weight": "100"
}
输出
Name Type Weight
Apple Fruit 100