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 #20: List Parsing

RichoBsJ
11 - Bolide

Hi! Here my solution :)

sachin02
8 - Asteroid

My solution : 

T_Willins
14 - Magnetar
14 - Magnetar

This took some time to tease out all the iterations of how data is presented.  My workflow has a discrepancy for record #1252.  After reviewing the data and looking at the presentation of the fax number for this company, it looks like the number at the end of the address is actually the phone number and not part of the address.  I could have added to my last formula tool to remove this result and put it back on the address, but my results are correct as is and I am leaving the discrepancy.  If I was creating this for production, I would have completed the data cleanse and made the phone/fax numbers in standard format.

Spoiler
workflow 20.GIF

 

ChrisMelck
8 - Asteroid

That was a more challenging challenge for me

nini
8 - Asteroid

My Solution:

nikolaskardasis
8 - Asteroid
Spoiler
Capture.PNG
ponraj
13 - Pulsar

Here is my solution!

kelly_gilbert
13 - Pulsar

Didn't quite get the address parsing perfect, but got really close... Regex-a-palooza!

 

Spoiler
challenge_20_workflow.PNG
joshuaburkhow
ACE Emeritus
ACE Emeritus

I think the big learning on this one is the Phone number parsing!

Joshua Burkhow - Alteryx Ace | Global Alteryx Architect @PwC | Blogger @ AlterTricks
AndyQ
5 - Atom

Found this one challenging! My take on it ...