Hi i'am having a input Big Decimal(15,12)
value in source in output i am expecting that as string. For example, my source file with value 0.000000000000 by using tmap to convert it into string.
"String.valueOf(column name)"
for this im getting output is 0E-12. expected output is 0.0000000000 can anyone provide the solution?