Originally posted by: janhess
This is the rule I used.
In2 is a text item containing the exponent
=if(present(word(In2,"E",2)),
if(tonumber(word(In2,"E",2)) > 0,
tonumber(word(In2,"E",1)) * (tonumber("1" + seriestotext(clone("0",tonumber(word(In2,"E",2)))))),
tonumber(word(In2,"E",1)) / (tonumber("1" + seriestotext(clone("0",tonumber(word(In2,"E",2))))))),
tonumber(In2))
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange