Convert JSON to CSV in Azure Cosmos DB or Azure Bl

2019-08-25 02:33发布

I need to move JSON data in Azure Cosmos DB to Azure Blob and eventually need data to be in CSV format.

Found out there's a feature that converts CSV data to JSON but can't find the other way around..

It really doesn't matter where I convert data from JSON to CSV, either in Azure Cosmos DB or in Azure Blob. How could I do this? Thanks!

2条回答
叼着烟拽天下
2楼-- · 2019-08-25 02:50

You can use the Azure Cosmos DB: Data migration tool which supports Exporting from Azure Cosmos DB to JSON

查看更多
劫难
3楼-- · 2019-08-25 03:09

Based on you requirements, I think Azure Data Factory is your perfect option.

You could follow this tutorial to configure Cosmos DB Output and Azure Blob Storage Input.

Input:

enter image description here

Output:

enter image description here

Then use Copy Pipelines to process data.

Copy Pipelines:

enter image description here

Result:

enter image description here

Hope it helps you.

查看更多
登录 后发表回答