I would like to visualize the contents of a file as a network graph using the Network Viewer node. I hope to achieve a style similar to the example shown in the image.
If there are other nodes that might be better suited for this purpose, I would greatly appreciate your suggestions.
Please find the image and the file attached below.

Thank you!
sp_relation_KNIME_display.xlsx (153.2 KB)
Not a trivial task in general, but definitely doable.
I used Network Mining Extension a while ago to try and predict the outcome of the last world cup - wrote a blog about it and made video on it.
This may help to get you started:
3 Likes
Here’s a very simple workflow you can play with. The Knime Network nodes don’t have much native formatting capability. You can try to feed the viewer nodes CSS script to change the format. That’s way above my pay grade. Good luck. I left out the edge descriptions since they don’t add much information and make the graph pretty messy. In the Network Viewer (local) node you can insert them as shown below.
Ica50666 Forum Network.knwf (409.8 KB)
4 Likes