Skip to main content
Solved

problem reading json file if scandinavian letters included

  • September 19, 2024
  • 1 reply
  • 122 views

Forum|alt.badge.img+2

Hello!

If I use Scandinavian letters in dictionary. I cannot read JSON file. example letter ‘ä’ is problem.

 

Log to file Encoding UTF8 is actually UTF-8 BOM and seems like AA only read UTF-8 JSON files.

I fix this issue dirty way using notepad++ convert json file UTF-8 BOM => UTF-8 and JSON file can be read after. Can we get this work without external app use. Please.

picture is just a example workbench

input dic: key: ‘avain’ value ‘ääkkönen’

 

 

Best answer by Aaron.Gleason

Hello Juppe,

I’m not able to reproduce your issue. If you’re converting a Dictionary to a JSON string, make sure your JSON: Start Session is in Text mode, not file.

 

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • Answer
  • September 20, 2024

Hello Juppe,

I’m not able to reproduce your issue. If you’re converting a Dictionary to a JSON string, make sure your JSON: Start Session is in Text mode, not file.