[Bug]: rows with sub-address in 'street' field returns with geocode score of zero #108
Closed
2 tasks done
Labels
bug
Something isn't working
Code of Conduct
Is there an existing issue for this?
App Version
1.5.2
Electron Version
16.0.1
Operating System
Windows
What happened?
records/rows in my .csv file that contained a sub-address in the street field did not geocode and returned with a score of 0. it could be b/c the sub-address was prefixed with a pound (#). Example:
street, zone
81 E 100 N #23, 84535
Steps To Reproduce
I generated the list of addresses from the open sgid address points using this query:
select fulladd as street, zipcode as zone from location.address_points limit 50
here's the output .csv from that query:
sample_geocodes.csv
Relevant log output
No response
The text was updated successfully, but these errors were encountered: