Removing accents from names helps

cesario678

Client
Регистрация
10.03.2022
Сообщения
155
Благодарностей
11
Баллы
18
I have a list in .csv with hundreds of people's names, some of these names have accents (^ ~ ´) among others. I would like to know if when reading the .csv file it's possible to transfer these names to variables without these accents? Could someone help me?
 

myndeswx

Client
Регистрация
15.05.2017
Сообщения
433
Благодарностей
103
Баллы
43
121068


\~|\^|'
Use text processing cube with regex option and replace all.
| - means 'or'
\ - used to escape special characters
 
  • Спасибо
Реакции: cesario678

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)