Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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 #13: HTML Table Parsing

bhrmitra
10 - Fireball

Solution Attached!!

Luke_C
17 - Castor
Spoiler
Luke_C_0-1679184961431.png

 

m-wolters
8 - Asteroid

My solution

Spoiler
mwolters_0-1679492050064.png

 

Hammad_Rashid
11 - Bolide

Image.png

elaineyuan
8 - Asteroid

I'm starting to like regex! 😊

 

Spoiler
challenge_13_elaine_yuan.png
jennifer_owens
8 - Asteroid

Attached. Helps to put the text in a text file to see the patterns. Had to manually fix the second line so curious if there is a better way. 

KathrynMW
8 - Asteroid

I'm fairly sure there's a better way to do this.  And I lost the <> tags around  three of the values that have them in the required Output.  But the rest of it works at least.  

Spoiler
Challenge 13 Spoiler.png

sp210708
8 - Asteroid

Came up with my own variant using the tile tool

Yoshiro_Fujimori
15 - Aurora

My solution.

 

 

Spoiler
Workflow
  Yoshiro_Fujimori_0-1682214357696.png

1st Regex tool
  <tr.*?>(.*?)<\/tr>

2nd Regex tool
  <td.*?>(.*?)<\/td>

The site https://regex101.com/ helped a lot!!

 

 

Adrien_Sourdille
8 - Asteroid
Spoiler
Alt 13.png