Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data Management Loading Decimal Data

Adam TonyFeb 5 2020 — edited Feb 5 2020

Hello All,

Can you please help me with the below issue with FDMEE:

I am trying to load data with five decimal to my PBCS target application

Number : 0.34921  Returns : 0

Number : 0.98324  Returns : 1

I don't need that I need the number to loaded as is to my target application

Number : 0.34921  Returns : 0.34921

Number : 0.98324  Returns : 0.98324

Comments