Save to bank without accent

0
How do I save an unaccented word in the Mendix database? Ex: The user writes “DIVISÃO” and it is saved in the “DIVISAO” bank.  
asked
2 answers
2

Hello,

 

You can use StringSimplify javaaction from the community commons module to remove diacritics . 

 

Cheers

answered
0

This might be possible with some java action for the replacement, see for example https://www.baeldung.com/java-remove-accents-from-text

answered