Posted: Thu Jan 07, 2016 10:59 pm Post subject: Mapping the Float values
Centurion
Joined: 28 May 2013 Posts: 127 Location: Hyderabad, India
Hi All,
I am facing an issue while mapping the float values .
I have created one sample flow picking the file from folder and parsing it as JSON . In the input file, we are getting value of one field as 652345646468684696638648438.838 . i have checked it in debugger, IIB parser make this value as Float 6.523456464686847E26.
In the compute node i am mapping this value to the output tree as :
SET OutputRoot.XMLNSC.Data.value1 = InputRoot.JSON.Data..spread;
then i have output queue but the message we are getting as 6.52345646468685E+26
we are lossing the original value . can anyone have faced the same issue?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum