Expression transformation:
Source: DECIMAL(38,15)
Example: 11.500000000000000
Target: Flat File
When I do not make any modifications to the source it gives me 11.499999999999999 (rounds it), I do not want the rounding, I just want 11.500000000000000. I made an attempt to use TO_CHAR in the expression transformation and got 11.5. The problem is the zeroes are taken away. I tried to do TO_CHAR with a RPAD/INSTR without any luck.
Can someone please give me some assistance!