Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI 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.
using a rarely used join feature: join by record position
regex god is here! (in response to the post by jfrg125)
Nice challenge. After looking at other solutions I realise I could have solved this with just 4 tools!
Please see my workflow attached 🙂
Here is my submission, solved my first advanced level challenge!