Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 04:17 AM
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