Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am getting "100.0" in the input column and i would like to convert it to "1.00000000000000000E+02". How can i do it in a tmap using conversion function.
Hi,
you could use format
String.format("%.17e",row1.valueDouble)