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

kennetheng
Asteroid

I did something instead where I used a bunch of regex's. 

 

Came out with the same solution though! 


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

wdavis
Alteryx
Alteryx

Perhaps not the most dynamic workflow for other use cases, but splitting the data out initially to take out the HTML. Then splitting the records based on the Name and Values always being next to each other.


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

AndrewS
Bolide

#13 complete


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

Inactive User
Nicht anwendbar
Spoiler

This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

Zuza
Asteroid

This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

PaulN
Alteryx Alumni (Retired)

This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

Inactive User
Nicht anwendbar

clipboard_image_0.png


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

TonyA
Alteryx Alumni (Retired)

Here's my solution. I'm sure I could have streamlined this quite a bit. Looking forward to seeing what others have done.


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

mbogusz
Comet
Spoiler

This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

mbogusz
Comet

Genius @wdavis- that's a clever solution with MOD function and filtering by evens.