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.