IBM Support

How to convert strings values to upper or lower case in the Map Editor. (SCI70710) *|* -09DF93EAA361F51385257918002EA4BF-

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.

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SS73G6","label":"Sterling Total Payments for Financial Services"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
12 October 2021

UID

ibm10764449