Looking for guidance on how to parse and transform the annotation.documentBody value from a Dynamics 365 Customer Service environment
The values in this column are BASE64 encoded. After decoding them, the values are JSON formatted, however include a lot of (seemingly) unnecessary backslashes
When I paste the decoded value into a JSON formatter, the formatter gives me errors such as 'Expecting 'EOF', '}', ':', ',', ']', got 'undefined''
Does anyone have or know of a documented way to successfully decode and parse the annotation.documentBody values into a usable format, similar to conversationTranscript.content?
TIA