I have a line street table with PREFIX, PRE_TYPE, NAME,TYPE, SUFFIX and other fields (such as CITYL,CITYR, ZIPL, ZIPR, STATE_ABBR) but does not have full street name that will be used as the reference table.
I have another table (say TB) that contains only full street name, such as 12345 N Blake St, with NO zip code or city/state name.
I created a dual range address locator and trying to perform geocoding address for the TB (single search) but the research result is 0 (all records in TB is unmatched).
I tried to lower the score threshold but it did not help.
Could someone let me know if the goal is achievable (as the examples I found were either have full address (including STATE, ZIP etc) in TB, or have separated fields for the information).
Thanks!