Trying to use the formatN2 transformer to transform a value into N2 format. Below are my inputs and outputs:
Service In
value: mapped to a string element in the pipeline. In testing, the element contains the value of “1.408”.
direction: convertToString
validate: true
minLength: left blank. Also tried with a value of “1”.
maxLength: left blank. Also tried with a value of “15”.
FormatInfo: left blank.
Service Out
formattedValue: “1.408”
valueToValidate: no value appears to be returned.
I’m expecting a value of 140 to be returned as the formattedValue. Assuming the value being validated should be coming through in valueToValidate. Any help on troubleshooting this issue appreciated.