This is a problem which I really don't see why it is a problem!
I have managed to read a html-file from an URL and convert the contents to a string, but when I try to read a txt.file I get nothing. Not even an error is given me. Any suggestions? I dont see the difference between a .txt.- and an .html-file.
When you want to read a text file you have to override the default by specifying [text] at the end of your file path. For example: C:\temp\test.txt[text]