I am having an issue with the CSV reader node.
I am trying to read a csv (cutsom url) with a CSV READER node and get te following error :
Execute failed: Content encoding ‘UTF-8’ not supported.
I am running KNIME 4.6.1.
I have no issues when i run this on KNIME 4.3.2.
i tried to update the knime.ini, and added “-Dfile.encoding=UTF-8”. without succes.
Hi @robbertth , if I remember correctly, I came across the same issue once. I just can’t remember how I dealt with it, since I tend to discard some ‘junk’ workflows in my local workspace from time to time. As a general rule of thumb, if I ever encountered issues with file reading, I always consider using the KNIME’s File Reader (Complex Format) to see if it solves an issue I encountered.
Have you tried using that? It might or might not help, but hopefully you’d give it a try. If you still face the same issue afterwards, you might have to upload the file so others can replicate the issue and propose a solution accordingly.
You are trying to read directly from an https server using a link. If you type in the link in your browser you will get to download the file behind the link. The actual file is different from the link.
You have two options here.
download the file and read it from your local disk
use http(s) conector in combination with the csv reader.