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 #207: Parsing Video Game Data

Paradox
7 - Meteor
Spoiler
Paradox_0-1600116827220.png

Parsed the headers into rows for the dynamic replace. Split the doubles first, then used Regex in the formula tool to create the other fields. Multi-column formula with ignore errors instead of replace().

rayJ
8 - Asteroid

Practicing for Advanced exam, regex part. A wonderful challenge to hone my skill.

Spoiler
rayJ_0-1600270088560.png

 

Qiu
20 - Arcturus
20 - Arcturus

worked hard.

Spoiler
en-207.PNG
JoeBarndollar
6 - Meteoroid

Used Regex and text to columns for the header. 

 

Spoiler
JoeBarndollar_0-1601073592924.png

 

JethroChen
10 - Fireball
Spoiler
challenge_207_jc.PNG
jamielaird
14 - Magnetar

Here's my solution:

 

Spoiler
jamielaird_0-1601399700467.png

 

LukaszKarpinski
8 - Asteroid

My solution:

 

Spoiler
Łukasz_0-1601643904757.png

 

JamesMA
Alteryx Alumni (Retired)

A very tricky challenge.

 

I always avoid RegEx when I can so opted for formulas instead.

 

Spoiler
James Marks Week 207 Image.PNG
WernerE
8 - Asteroid
Spoiler
Screenshot_1.jpg

Tried to not use regex and ended up with lets just say what an only be described as an extended workflow. Regex next time for sure.

pawanmalik
8 - Asteroid

Nice parsing exercise.