Description:
Reading strings from a csv file with CSV Reader containing german characters such as ß and ä are not correctly depicted. This already affects version 5.5, maybe also earlier. I saw this under Windows, but not in KNIME 5.4 running under Linux. So might be more an operating system encoding issue…
Changing the encoding from OS default (windows-1252) to UTF-8 shows the correct symbol.
Reading an older file works fine and shows the correct symbol even with the same Reader Node.
Steps to reproduce:
- create a text file
- enter text with ß
- read with CSV Reader or File Reader
- look at text in the KNIME table
Actual results:
~A ..Y (signs always above the letters)
Expected results:
ß
Attachments:
OS:
Win10