Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #54: Data Prep Address Parsing

svenk
8 - Asteroid

My Solution!

justin_winter
8 - Asteroid

That one was actually a bit harder than I was anticipating! Took me a bit to finally key off the "Avenue", "Drive", "Street" etc part to get it working correctly!

kelly_gilbert
13 - Pulsar

My solution involved a little more manual input than I would have liked.

 

Spoiler
Capture.PNG
cmfelton
6 - Meteoroid

These parsing challenges trip me up at first every. single. time.

neilgallen
12 - Quasar

always fun when you get regex. I have access to the address tools, but wanted to see if I could accomplish without.

Ukashi
8 - Asteroid

Thank you for challenge never enough of Regex

 

Spoiler
image.png
MattKing
8 - Asteroid

 

Hi Here is my solution

danilang
19 - Altair
19 - Altair

Tricky.  I spend quite some time trying to figure the logic error in my formula until i found out the IsInteger("04252") doesn't return true because of the leading "0". I finally had to use regex_match to determine if the last 5 characters of the string where indeed integers.  Seems very counter intuitive. 

 

Dan  

willstom1
8 - Asteroid

Found this very tricky due to a lack of RegEx experience but got there in the end!  

 

Spoiler
Alteryx Challenge 54 Solution.PNG
JDelgado
8 - Asteroid

RegEx... Grrr...