Forum Discussion
foks
9 months agoFrequent Visitor
Eventstream and Azure Event Grid - how to get record/array instead of
Hello, I created an evenstream (enhanced) and connected to Azure Event Grid. My JSON payload looks like this: Schema: I managed to parse string into json record ...
- 9 months ago
Hi foks,
maybe you can solve this by adding a step with a KQL query transformation. There you could parse the json e.g. with the function here:
https://learn.microsoft.com/en-us/kusto/query/parse-json-function?view=microsoft-fabric
Hope this helps!
Best regards!
Mauro89
Super User
9 months agoHi foks,
maybe you can solve this by adding a step with a KQL query transformation. There you could parse the json e.g. with the function here:
https://learn.microsoft.com/en-us/kusto/query/parse-json-function?view=microsoft-fabric
Hope this helps!
Best regards!