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

greggrimmer1
8 - Asteroid
Spoiler
greggrimmer_0-1603298823368.png

 

A2H
11 - Bolide
Spoiler
Capture d’écran, le 2020-10-22 à 18.46.00.png
JP_SDAK
8 - Asteroid

I really like the Regex tool and maybe use it way more than I should 🙂   It was a bit of a challenge to figure out how to get the multiple matches (i.e. every occurence of <td> </td>).  But I got there thanks to the Regex Tool docs. Edited to add comments to workflow.

Spoiler
 JP_SDAK_0-1605055355119.png

 

 

DN
8 - Asteroid
Spoiler
Capture.PNG

using a rarely used join feature: join by record position 

DN
8 - Asteroid

regex god is here! (in response to the post by jfrg125)

p-g
8 - Asteroid

Regex is amazing!!! My solution.

 

Spoiler
p-g_0-1606043624856.png

 

ehughes
9 - Comet

Nice challenge. After looking at other solutions I realise I could have solved this with just 4 tools!

Spoiler
Img 13.png

PhilipMannering
16 - Nebula
16 - Nebula

Please see my workflow attached 🙂

Spoiler
challenge_13 - Snip.PNG
JasonHu
8 - Asteroid
Spoiler
workflow.png

Here is my submission, solved my first advanced level challenge!

BrandonB
Alteryx
Alteryx

My solution

 

Spoiler
Challenge 13.png