Forum Discussion
szklanym
8 years agoNew Member
Added ending bracket to JSON?
Hi, i'm using Azure Stream Analytics to store events into JSON BLOBs, while the file is being written the ending bracket is missing. This means that i can't use Power BI to read my data for a wh...
szklanym
8 years agoNew Member
Hi,
i'm using Azure Stream Analytics to store events into JSON BLOBs, while the file is being written the ending bracket is missing.
This means that i can't use Power BI to read my data for a whole day.
e.g.
[
{data_1...},
{data_2...},
...
MISSING END BRACE
Is there away to add the missing ] before trying to parse the file?
Best Regards
Mikkel