Good morning folks,
I'm using address data in a project and I need to extract only the numbers from the given address. In other software packages I was able to use the INCLUDE or EXCLUDE function to allow me to arrive at a field with 'just numbers' or 'just letters'. I cannot seem to replicate this action in Alteryx and I have very little experience using REGEX. Any help is appreciated. The table below shows my address field and Address Key is my desired result.
Thanks,
George
| Address Field | AddressKey |
| 830 New Jersey Avenue, Brooklyn NY 11207 | 83011207 |
| 2344 Lorillard Place, Apt 3, Bronx NY 10458 | 2344310458 |
| 3333 101st Street, Corona NY 11368 | 333310111368 |
| 1415 Ave O, Brooklyn NY 11230 | 141511230 |