10/10/2017 at 6:30 pm
#437490
Keymaster
@ Heike
RE: I’ve uplaoded the csv then with the html-Code “& u uml ;”. So the umlauts were shown
That is the problem. Those will never be found imported like that because it is now saved in the database with the HTML entity instead of the actual correct character. You need to import with the correct character.
If those characters were not being imported then it is likely the CSV file was not properly UTF8 encoded.
The only way to correct this now is to edit each entry and correct the name using the character and not the HTML entity for umlauts.
Hope this helps, let me know.
