Hi there,
I’ve noticed that while the robot reads a table embedded in an email body, the character - was replaced with =?utf-8?b?4oCT?=. I would like to keep - instead of =?utf-8?b?4oCT?=.
The current process is
- save email as .eml file
- Read .eml file as text file.
- Save string between opening and closing html tag as .html file
- Open html in browser which only has the table and use data scraping activity to populate a datatable
I can see if I open the .eml file in notepad the - character in the table has been replace with =?utf-8?b?4oCT?=. Is there any way I can change this and other characters that may be affected in same way back to their original form?
Thanks