556
Views
1
Comments
Solved
Binary data extension's "BinaryDataToText" action returning incorrect text for danish
Question

Hello team, 

      I am having binary data of json file which contains data in danish language. In order to deserialize that file i have passed that file binary content to "Binary data" extensions "BinaryDataToText" action which suppose to return text of that Binary file contains but the action is returning different text at the place of some danish characters. 


2024-12-19 12-19-39
Amal
 
MVP
Solution

Hello 

BinaryDataToText method converts binary to text, but the default encoding is ANSI. 

If you have unicode characters, set the encoding parameter to "utf-8"

This will ensure encoding is done properly

Hope this helps. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.