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

Marcel_Gavrila
8 - Asteroid

Here's my solution! I know that I did not rename the "Address Text" to "City", but I wanted to use only one tool.

Spoiler
Capture.JPG
Lila
6 - Meteoroid
 
mbogusz
9 - Comet
Spoiler
2019-07-21 13_36_53-Greenshot.png
mbogusz
9 - Comet

@Marcel_GavrilaUsing one formula tool with multiple formulas that is quite a feat.  Nice.

MartinStraech
8 - Asteroid

Interesting challenge. Reused the text input provided in the solution, but otherwise most of the steps done through the formula tool instead of regex.

 

Spoiler
SolutionClipping.PNG
fmeo
8 - Asteroid
Spoiler
54.PNG
Spoiler
 
Spoiler
 
sara-hamdoun
7 - Meteor
Spoiler
SPOILER

Challenge 54.JPG

Mike_Hinz
8 - Asteroid
 
AndrewRein
8 - Asteroid
Spoiler
54.png
rslopez2
8 - Asteroid

Used Delimiter text to columns to isolate string after Street references

Used REGEX to extract state

Then used count and substring formulas using the above derived data to extract city names

 

Spoiler
RL_challenge_54_Solution.png