How to “merge” or “transform” JSON documents in Azure Cosmos DB
问题 I'm setting up a Chatbot with the Microsoft Bot Framework and Azure. I want to save my "UserState" in a database in order to easily analyze the user data. I managed to save my userState in form of JSON documents in Azure Cosmos DB. The problem is that each interaction with the bot creates a new "document" in a "collection" in Cosmos DB. How can I easily merge the data (data structure is consistent) and in the best case have the data in some kind of table? The tool I want to use for analyzing