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

JamesCharnley
13 - Pulsar
Spoiler
JamesCharnley_0-1653402844148.png

 

Sure you could do it in one regex tool, but then where would you reverse the string?

DataNath
17 - Castor

My solution to #207.

 

Spoiler
DataNath_0-1653403387505.png

 

Rwebber1991
8 - Asteroid

Oh boy that was a doozy! I need some work on my regex, but I got it done. Please let me know if you see any ways I can simplify my regex!

mmontgomery
10 - Fireball

Challenge #207

MP3682
7 - Meteor

My solution. First time digging into RegEx here. This was a super useful exercise.

 

Spoiler
MP3682_0-1654274327269.png

 

ARussell34
8 - Asteroid

I found a solution and then went away to do other work/tasks. I came back and found a much quicker way with better use of and less tools combined for the output.

AliAb
Alteryx Alumni (Retired)

solution attached

whatchaduyen
6 - Meteoroid

Hello everyone! This is my attempt at this challenge without RegEx. I just got core certified so I haven't learned it yet - I really want to build a strong basis with the core tools before I learned more advanced ones. Hence, why this workflow is so hectic! I'll have to revisit this challenge once I learn more but here is my not pretty, but completed solution.

SasjaB
8 - Asteroid

My 2 solutions. One with minimal tools and one more elaborate.

 

Spoiler
SasjaB_0-1655454728953.png

 

Rich_S_TG
5 - Atom

Here is my solution