Data in theEncounter.locationID field of a bulk import spreadsheet is currently checked against the name entry in locationID.json. However, when the location names differ between name and id fields (such as Rapid River, ME vs Rapid River ME), potential matches are missed. If we update it so that both name and id are checked, users will see fewer discrepancies with their match candidates.
Data in the
Encounter.locationID
field of a bulk import spreadsheet is currently checked against thename
entry inlocationID.json
. However, when the location names differ betweenname
andid
fields (such asRapid River, ME
vsRapid River ME
), potential matches are missed. If we update it so that bothname
andid
are checked, users will see fewer discrepancies with their match candidates.Related to #711