Forum Discussion
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 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
4 Replies
- szklanymNew 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
- v-jiascu-msftMicrosoft Employee
- szklanymNew MemberHi,
Thanks for the reply, I'm using the desktop version since we are storing nested json objects, which are only shown as records in the online version.
So the issue is wenn Reading json blobs in the Desktop App.- v-jiascu-msftMicrosoft Employee
Hi szklanym,
Is it like below? If so, I'm afraid we can't solve in Power BI Desktop side. The Desktop can't even parse it.
Best Regards,
Dale