Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBeaver CSV import UTF-8 no umlaute possible

I am trying to import data from a CSV file in my PostgreSQL database using DBeaver.

I set the charset to UTF-8 (for the database itself and the imported CSV).

Here is what the Import looks like..

enter image description here

After the import, all the umlaute, for example an ä or an ö get displayed as a ?.

enter image description here

When I edit the name afterwards, it somehow works...

enter image description here

Can somebody tell me how to overcome this problem?

like image 210
benni0108 Avatar asked Sep 01 '25 05:09

benni0108


1 Answers

It seems that your error is not in the DBeaver configuration, I would recommend you check with which UTF-8 configuration you are saving the CVS from the sheet or Excel.

like image 173
Omar Alvarez Avatar answered Sep 04 '25 14:09

Omar Alvarez