Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
We have a requirement to replace German characters , what should be the best way to do this in a Tmap component ?
Ě->E
Š->S
Č->C
Ř->R
Ž->Z
Ů->U
Ä->AE
Ü->UE
Ö->OE
ß->SS
Thanks ,
Karan
Hello,
Here is a TalendHelpCenter:tTransliterate component which can convert strings from many languages of the world to a standard set of characters (Universal Coded Character Set, UCS).
For more information, please refer to this related scenario:TalendHelpCenter:Converting words from different languages to standard set of characters.
Let us know if it can meet your needs.
Best regards
Sabrina
Hello,
Here is a TalendHelpCenter:tTransliterate component which can convert strings from many languages of the world to a standard set of characters (Universal Coded Character Set, UCS).
For more information, please refer to this related scenario:TalendHelpCenter:Converting words from different languages to standard set of characters.
Let us know if it can meet your needs.
Best regards
Sabrina
Thanks @xdshi , thats exactly what I wanted
Hello,
Great it helps. Feel free to let us know if there is any further help we can give.
Best regards
Sabrina
Hi Sabrina @xdshi ,
We want to customize the behavior of this component for some of the characters.
For Example ,
it converts ß to ss , which is correct but we would like to convert it to s
it converts ° to deg , we want to convert it to "?" or something else...
Is it possible to add such exceptions or customizations in the component ?
Thanks for your help !
Hello,
There is no "custom" option in this component. Have you tried to do the second processing in tMap with "Replace"?
Best regards
Sabrina
Yes tried that , it works , thanks