I've never heard of geocoding address ranges, but my workaround solution would be to assign an ID to each address, split each address into two seperate tables based on the range delimiters and then do two geocode runs. Afterwards, join the output tables based on the common ID, and use the XY to line tool to create ranges for each address.
Hello All -
I have a similar issue. I need to geocode from a table that uses a range of addresses for each record: Main | St | Odd | 3901 | 3999
Ideally, I'd like a single point (centroid of street segment with offset for odd/even side) that represents the range.
Any thoughts?
Thanks
M.