Solutions to "Just KNIME It!" Challenge 13

Yes now one is looking fro help but many might use it as a “template” for their problems.

To be fair this problem is actually well suited for a java snippet (or column expressions) as basic business rules switches are sometimes non-trivial to do in KNIME and the code might be more readable than a complex set of nodes.
And the core “trick” of this challenge to solve it in a generalized way, is the regex replace with “\D” anyway.

2 Likes

True that. Interesting insight!

Hi everybody! :slight_smile:

As always on Tuesdays, here’s our solution to the last challenge:

This one generated some cool discussions, huh? We’re all happy to see you engaging in these activites, learning new skills, and discussing important things such as workflow understandability. Very insightful! :exploding_head:

See you all tomorrow for a new challenge!

2 Likes

Nice challenge. Two nodes - first to create the table, second to do the job.

KnimeIT_13

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.