Solutions to “Just KNIME It!” Challenge 4 - Season 4

7 Likes

congrats on this workflow

2 Likes

find herewith my submission : JKIseason4-4 – KNIME Community Hub


6 Likes

Hi, community members.

I prefer to parse json and xml data step by step.
But the way you all do it with the smallest number of nodes is also appealing!

4 Likes


But i was not able to convert the characters into the names.

4 Likes

Hi Team,

This is my first time working with APIs and what a great challenge to finally learn how to use API using KNIME.
I definitely had to leverage what others had done but I’m starting to understand how to use APIs in workflows. Cheers!

Here is my solution:
JustKnimeItChallnege4-4

4 Likes

I think you started right, but for the character names you have to call again the …/character link (another get node). In that JSON there will be the character names. You have to use the loop in that second layer :slight_smile:

2 Likes

Hello KNIMErs
Here is my take on JKI S04 - CH04 . Similar about what other colleagues did before.

Keep KNIMEing :vulcan_salute:

2 Likes

Hi Berti
Thanks for your guidance. I was able to get the list of names.

4 Likes

Hi All,

My solution to this challenge


5 Likes

Dear KNIMErs,

a bit late to the game but after I missed last weeks episode, I definitely wanted to be in on a “Rick and Morty” one :slight_smile:

Here’s my solution to the challenge:

Besides a fun topic, this was a good exercise in analyzing API responses to discover the pattern. Additionally, I installed the Expressions extension because I wanted to solve this using Variable Expressions Node.

Looking forward to the next one :slight_smile:

4 Likes

:sunflower: As always on Tuesdays, here we are with our solution to last week’s Just KNIME It! challenge!

:clap: Thanks to everyone who participated: we were particularly happy to see how so many of you created cool data apps around this challenge. :sunglasses: We definitely appreciate solutions that work robustly and also look very nice. :slight_smile:

:houses: Tomorrow we’re having a fun and chic challenge on interior design and AI! :robot: A great opportunity to practice a whole different set of skills. Hope you can join us!

4 Likes

In Challenge 4 of Just KNIME It! Season 4, we explored the Rick and Morty API to extract and analyze character data using JSON manipulation and API integration in KNIME. The goal was to retrieve characters, filter based on species and status, and visualize results creatively. I used the GET Request node, JSON Path, and Table View to fetch and transform the data. The challenge was a fun way to sharpen data extraction skills and work with nested JSON. My workflow is available on the KNIME Hub with the tag JKISeason4-4. Check it out and share your thoughts!

1 Like