cancel
Showing results for 
Search instead for 
Did you mean: 

Generating alphabets in Message Mapping

0 Kudos

Hi,

Can someone please suggest how can I generate alphabets in message mapping during runtime.

Regards

John

Accepted Solutions (0)

Answers (2)

Answers (2)

Harish
Active Contributor
0 Kudos

Hi John

can you please provide details about req?

do you want to generate the alphabet on tag name or in data? How you want to generate?

former_member184720
Active Contributor
0 Kudos

Hi John - I don't think we have a standard way but you can define UDF.

Declare an array with alphabets and return them as per your needs.

something like this

"Auto increment" alphabet in java? - Stack Overflow

collections - Generating an alphabetic sequence in Java - Stack Overflow