German Umlauts wrong via JDBC

jordan72
New Contributor III

Hi,

I have the issue that German Umlauts are not getting retrieved correctly via the JDBC driver.

It shows M�nchen instead of München.

I load the driver in my java app via:

<groupId>com.databricks</groupId>
<artifactId>databricks-jdbc</artifactId>
<version>2.7.3</version>

and set the charsets via:

System.setProperty("file.encoding", "UTF-8");
System.setProperty("sun.jnu.encoding", "UTF-8");

In the Databricks UI everything look correctly. The column type is STRING.

Regards

Volker Jordan