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

Jean-Balteryx
16 - Nebula
16 - Nebula

Here is my solution !

huynv96
9 - Comet

Regex powerful!

Spoiler
Capture.PNG
RWvanLeeuwen
11 - Bolide

Fun challenge with few tools required.

 

Workflow:

Spoiler
207.jpg


I could show you the RegEx as well if you want:
Spoiler
^(\d{7})(\w.*)\s(\w{2,4})\s\((\d{4})\)\s?CAT:(\w.*)\sPUB:(\w.*)\s\$(.+)million,\s\$(.+)million,\s\$(.+)million,\s\$(.+)million,\s\$(.+)million$

 

kelly_gilbert
13 - Pulsar

Great regex practice! My solution is similar to many others.

 

Spoiler
challenge_207_workflow.PNG


Parsing game info:

challenge_207_game_parse.PNG


Parsing sales:

challenge_207_sales_parse.PNG
IgnacioIrazoqui
6 - Meteoroid

Hi!

I did RegEx and Text to columns, basically.

 

Spoiler
challengue207.PNG

 

 

AbhilashR
15 - Aurora
15 - Aurora

Regex all the way

delilah
8 - Asteroid
 
knlekash
7 - Meteor

Learned some new regex tricks here!

Maha
5 - Atom

Weekly Challange 207.PNG

ken_yap_au
8 - Asteroid

Done!