I am converting ESRI gdb tables to Josn format(text_line), but unfortunately few of attribute values are given extra/unnecessary precision?
data from tables : "aos" : 105.20 ,"aos" : 293.22
output generated : "aos" : 105.20999999999999, "aos" : 293.22000000000003
To avoid this I have used attribute rounder , but no use, client required only 2 digits after (it should be float) . could some one help to resolve this issue on this.
I have used the below transformers
- gdb reader
- attribute manager and attribute rounder
- Josn templater
- Text file writer (text_line)
Thanks in advance
Chandra Sekhar Guda