Forum Discussion
foks
8 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 ...
- 8 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
8 months agoSuper User
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!