I’m trying to base64 encode the contents of a file that contains multiple lines. The problem I’m having is that the “base64 encode” inspector only converts a single string, I can concatenate all the lines of the file together, but then I lose the formatting of the file contents. Any suggestions?
base64 encode (concatenation of lines of file "c:\test.txt")