youtube tutorials help

Hello!
I was following this tutorial on KNIMETV, but the things the speaker shows does not fit with what KNIME shows on local.
For instance, the guy shows at min 16:11, how to add “criterion 1”, “filter column” (medal) and “operator” (Does not equal). Then at “Value” he writes: NA, THIS IS NOT possible on KNIME by 24/feb/2025 since the only input option are numbers… you can see it here
So, whats is the course of actions in order to achieve the end of the toturial succesfully?

Hi @dsoasti , you’re right that the dataset for that particular youtube demonstration does not appear to be the same as the olympic athletes dataset that is in the KNIME examples.

It is the difference in column data type which prevent you following along the demonstration, so you will need the right data set to make sense of the demo!

I have tracked down an equivalent dataset to the one shown, and aligned the columns to be the same (I think) as the one in the video. It’s not exactly the same in terms of row count, but it should hopefully suffice.

You can grab it from my KNIME hub space here:

https://api.hub.knime.com/repository/Users/takbb/Public/data/olympic_athletes.csv:data?version=current-state

You can either download it locally and refer to it by file name similar to the video, although mine is called olympic_athletes.csv instead of just athletes.csv

or alternatively you should be able to reference it directly from the hub as follows:

set “Read from” as “Custom/KNIME URL”
and the URL as

https://api.hub.knime.com/repository/Users/takbb/Public/data/olympic_athletes.csv:data?version=current-state

btw Welcome to the KNIME forum! :slight_smile:

3 Likes