Hello everyone,
I have this code I edited a while back, that I use every week to find mistypes in columns containing address registries.
The logic is: Most addresses are input through autocompletation by typing the ZIP code, and in this case, the only field that will need manual typing is the number of the building in its street. When autocompletation is used, every field containing text (eg. street name, city name) is typed either A-Z (RIO DE JANEIRO) or A-z (Rio De Janeiro).
Considering that, I know that every a-z string is a manual entry, so I use that to highlight these strings. The problem is I can't identify the A-z like strings. Does anyone have an idea of how I could achieve that?
The part highlighted in red is the piece I added, but I guess it will only work with A-Z or a-z, not A-z, how I thought.
![]()
Please Login or Register to view this content.
Bookmarks