I have excel files containing German characters (äöüß)
I am converting these excel files and creating the csv files with UTF-8 encoding using the method mentioned here, In the section "How to convert Excel to CSV UTF-8"
I am using these csv files to import the data to the postgreSQL database using HeidiSQL tool. But once the data gets imported to the database all the German characters are getting converted to weird characters (for eg: ö to ö and ü to ü)
How else can I import the csv files so that all the German characters remain the same when it gets imported to the postgreSQL database?