This adapter transliterates text from one format to another, e.g. from UTF-8 to LATIN1 characters (ä → ae etc.). However, it doesn't translate texts into other languages, nor changes the charset.
Properties
|
|
Defines the operation executed by the adapter Possible values:
|
Parameters
|
|
Main adapter class (do not change!) Possible values: de.softproject.integration.adapter. transliteration.TransliterationAdapter: Main class (default) |
|
|
Id of the used transliterator Possible values: A value delivered by the |
|
|
Rule used to transliterate Possible values: One of the rules specified under http://userguide.icu-project.org/transforms/general/rules |
Status values
|
|
The adapter was executed successfully |
|
|
An error occurred during the adapter's execution |
Input
The adapter expects a text or XML document as input.
Output
The adapter outputs the transliterated text or XML document.