You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function in use to standardize addresses has the unfortunate habit of shortening city names. "Falls Church" becomes "Fls Church." This is incorrect and confusing. Figure out how to prevent this from happening.
Worst-case, run the address-standardization function only on street_1, but that's going to prevent standardization of "city, state ZIP".
The text was updated successfully, but these errors were encountered:
The function in use to standardize addresses has the unfortunate habit of shortening city names. "Falls Church" becomes "Fls Church." This is incorrect and confusing. Figure out how to prevent this from happening.
Worst-case, run the address-standardization function only on
street_1
, but that's going to prevent standardization of "city, state ZIP".The text was updated successfully, but these errors were encountered: