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..
After the import, all the umlaute, for example an ä
or an ö
get displayed as a ?
.
When I edit the name afterwards, it somehow works...
Can somebody tell me how to overcome this problem?
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.