Hi, I'm relatively new to Alteryx and I'm reaching out for assistance with the following dataset.
I have a dataset that requires specific filtering for the 'Address' column. I'm looking to exclude entries that start with alphabetic characters (A-Z). Additionally, for entries that begin with a numeric value followed by text, I'd like to eliminate the numeric portion, retaining only the text part. Lastly, for entries that are either pure numbers or start with '#', I'd like to remove those entirely, resulting in a 'null' column.
Once these filtering steps are completed, I aim to reassemble the dataset by merging back the previously filtered entries (data start with alphabetic characters). Hope the outcome will same as 'New_Address'. May I know what is the formula/flow that can be used in my case?
Your guidance and support would be greatly appreciated.
| Address | New_Address |
| 56 | |
| #03-204 | |
| 22 DUNEARN ROAD | DUNEARN ROAD |
| 989 BUKIT TIMAH ROAD | BUKIT TIMAH ROAD |
| ADAM ROAD | ADAM ROAD |
| COMPASSVALE DRIVE | COMPASSVALE DRIVE |
| WOODLANDS STREET 13 | WOODLANDS STREET 13 |