I have a file that when I open it with notepad is fully of gobbledy-gook. I’m thinking that I can open this file as binary, read byte by byte and convert this to string, then dump the strings into an excel sheet.
The only issue is that I cannot remember the function to convert a byte to string – pls help.