Select to view content in your preferred language

Only Double type fields are not recognized automatically when updating features by xlsx file.

478
3
Jump to solution
12-23-2024 10:17 PM
hitsujir_dev
Emerging Contributor

It seems to me that only "Double" type fields are not recognized automatically when updating existing features by xlsx file. Does anyone know whether this behavior is known limitation, or not?
UpdatingFeatures.gif

I checked some field types(Integer, text, Date and so on) and these field types are recognized automatically when updating features, but only Double field is not.

0 Kudos
1 Solution

Accepted Solutions
bbollin
Esri Contributor

hi @hitsujir_dev, because these are whole numbers we automatically interpret them as integers. Because your values do not have decimals, they will not auto match but you can still manually match them. Hope this helps clarify!

View solution in original post

0 Kudos
3 Replies
bbollin
Esri Contributor

hi @hitsujir_dev, if possible can you send me the xlsx file? I can take a closer look at whats happening here. If you are unable to share the file, please log a case with support so we can investigate. Thanks!

hitsujir_dev
Emerging Contributor

Hi @bbollin ,

Thank you for your reply. I used this xlsx file. This file does not have strange points...

0 Kudos
bbollin
Esri Contributor

hi @hitsujir_dev, because these are whole numbers we automatically interpret them as integers. Because your values do not have decimals, they will not auto match but you can still manually match them. Hope this helps clarify!

0 Kudos