Hello,
I try to compare fields name from 2 database.
Sometimes fields has been written with accented chars in old database and with fields name has been cleaned in new database.
In Easymorph, I have list of all fields in 2 tables and I try to merge this table to compare.
The aim is to find out which fields I need to migrate from one database to another.
I can try “upper” function to have same case but accents is already present.
Exemple : before : “Année” after : “ANNÉE”
I don’t find solution.
Do you have an idea
Thanks in advance.