Skip to Content
0
Former Member
Nov 21, 2008 at 02:41 PM

Message mapping

21 Views

We are using Graphical/Message mapping here.....

Problem is: I need to truncate the LAST 10 digits of a string. The source can vary in length.

e.g.

Source: 3245678567945

Target would look like: 5678567945

Analysis:

We looked all the functions available in message mapping, but nothing seems to be in this use. I thought of using the "Substring" function available in Message Mapping, but it is going to give me first 10 digits (Left to Right).

Any expert can help please?