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

JoeChan619
8 - Asteroid

I basically used Regex to solve it.

Spoiler
challenge 54.png
katejoyce87
8 - Asteroid

:)

CurtisPaterson
8 - Asteroid
Spoiler
CurtisPaterson_0-1677596687734.png

 

VeronikaVaraksina
7 - Meteor
Spoiler
VeronikaVaraksina_0-1677631612516.png

 

tmich20
8 - Asteroid
Spoiler
Screenshot 2023-03-01 193003.png

sylviayang
7 - Meteor

Fun exercise practising the parsing tool

Spoiler
sylviayang_0-1677659628472.png

 

CeliaC_Silje
8 - Asteroid
Spoiler
CeliaC_Silje_0-1678334838476.png
ed_hayter
13 - Pulsar
Spoiler
ed_hayter_0-1678733507177.png

 

mgaronson
11 - Bolide
Spoiler
mgaronson_0-1679058552959.png

Tried 3 times before settling on 'Best Method'. Reviewed others solutions. An improvement would be to add in a Text Input with the Street Suffixes as I noted that new Street Suffixes would have to be added to the formula.

Agree with others that it seems easy but is not! Not a beginner challenge!

jnpac
7 - Meteor

My approach was using left/right string functions. I believe regular expression is a better approach.