Skip to main content
Transliterates a string based on the supplied transliterator. Can be used to change UTF-16 code units into single characters. In plain terms, it rewrites text from one script or form into another: converting accented characters to plain ASCII, changing Cyrillic or Greek text into Latin letters, or forcing text to upper or lower case. You pick the conversion rule you want and it is applied to the value.

Fields

Sample data

FieldValue
IdentifierCyrillic-Latin
Input:
{ "name": "Москва" }
Output:
{ "name": "Moskva" }