Skip to Content
0
Former Member
Feb 23, 2011 at 09:54 AM

Making a Deliberate Fail in Graphical Mapping

26 Views

Hello Friends,

We have a transformation logic in which we have to deliberately fail a mapping.

The Logic is

1) Concatenation of 3 fields.

2) After concat if length>9,make it boldFAIL.

If the len<=9,then pad as many zeros to make the length 11 and the add a constant 5 at the beginning

Now, how do we go about FAIL part of the mapping.