Page 1 of 1

Double to Varchar in Modify Stage

Posted: Thu Jun 17, 2010 12:21 pm
by koolsun85
Hi,

Please help in converting a source field of datatype Double Not Nullable to target field of decimal Not Nullable using a modify stage.

Thank you.

Posted: Thu Jun 17, 2010 12:49 pm
by anbu
Your title says "Double to Varchar" but your post says "Double to decimal".

For Double to decimal use decimal_from_dfloat

For Double to varchar assign source to target field directly in modify stage

Posted: Fri Jun 18, 2010 6:51 pm
by koolsun85
Thanks a lot. it worked with Function -As Integer...