Question & Answer
Question
How to convert strings values to upper or lower case in the Map Editor. (SCI70710) *|* -09DF93EAA361F51385257918002EA4BF- *|*
Answer
Technote (FAQ)
Question
How to convert strings values to upper or lower case in the Map Editor. (SCI70710)
Answer
The Gentran Integration Suite Map Editor does not contain existing extended rule functions that will perform this type of functionality. However a user exit can be written to access java functions that will perform this type of functionality.
Example of calling the toUpperCase() method of the Java String object.
// assumes the string to be converted is in #foo
object ob;
ob = #foo;
#foo = ob.toUpperCase();
Historical Number
PRI9930
Product Alias/Synonym
Fact
Map Editor
Gentran Integration Suite All Releases
SCI70710
Goal
How to convert strings values to upper or lower case in the Map Editor.
Was this topic helpful?
Document Information
Modified date:
12 October 2021
UID
ibm10764449