Inserts nodes and edges from a data table into the network. The table can contain the nodes per edge in one row separated by the defined separator or the nodes of one edge in several rows. An example table that would use the node id and second node id column would look as follows (typical edge table):
| Node1Id | Node2Id |
|---|---|
| node1 | node2 |
| node2 | node4 |
| node3 | node4 |
| EdgeId | NodeId |
|---|---|
| edge1 | node1 |
| edge1 | node2 |
| edge1 | node3 |
| edge2 | node1 |
| edge2 | node3 |
| NodeId |
|---|
| node1; node2 |
| node3; node2 |
| node3; node4 |
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Network Mining from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!