Hi,
i'm trying to read features from a GDB and to import them into another GDB. The two GDB are basically the same thing just that in the start GDB some features are defined as "Double" while in target GDB they are defined as "Float".
When i inspect the data from the reader in Data inspector i can see that some features look f.e. like 2603368.3700000001 instead of 2603368.37 (they all have maximum 2 decimals) and when I write them in the target GDB the decimals are completly gone.
I tried to round them with "AttributeRounder" before write them and to change the "User Attribute Type" in the writer but it didnt help.
Can anyone see what I am doing wrong?
Thank you very much