Merge multiple rows into a single row in Azure Stream Analytics Job
In Azure Stream Analytics Job, I want to group multiple rows in to a single row. For now I was using Group By in query but some columns vlaue are setting to null. I have also verified the json input in Azure Stream Analytics.
Json is not parsing – syntax error- stream analytics
I am trying to parse Json data using azure stream analytics. I am getting the below error.