Can you provide me with the excel file where this occurred? I was unable to replicate with other excel samples I have so there must be something unique about the file.
This is now fixed, and has a two tiered explanation. The file I was able to replicate this in was Mini_upload_folder_144_06112020.xlsx a file that had lat/lon for all encounters. If you edit the
fields for these numbers, there is a leading apostrophe.
This non numeric character triggered some error handling that attempted to to clean the value up,
and ended up stripping off not only the apostrophe but the negative symbol. Since the result is a valid value, it was set on the encounter and not rejected.
I’ve made a small change to allow negative symbols through so this should not occur in the future, even if the fallback behavior is triggered. The change is now deployed on ACW.