split address
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
I'm looking to split out an address into different column but no sure how to apply:
In column A i have a basic address that i need to split out, if the 1st 3 characters contain a number then i need to extract the house number to the house number column and the remaining string to be split to street column. In addition, if the start of the string is text then it split to House Name Column.
I've tried various methods but not successful (i don't have access to use address parse)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks! - i did try something similar but i must admit i struggled with the expressions - is there somewhere i can look for expressions and how to use them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@berty Just a word of warning Regex is usually a bit of trial and error its hard to cover every possible string combination. For instance can a house name start with 1 number?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I really like regex101: build, test, and debug regex for testing expressions theres a nice section in the bottom right which is great to reference everything you can do. There is some good regex links on this thread to: Understanding Regex the Alteryx Way - Alteryx Community
