I’m currently creating a process where i need to equally distribute a data set.
Example:
table 1 - contains the ID #
table 2 - contains the data set to be equally distributed by ID
table 3 - output table
What nodes/functions i need to create such process? Thank you!
Hi @HansS, is there any node similar to column renamer since i dont have that node in my node repository (i might still ask our IT team for an access of that additional node)?
Well go to Download | KNIME and download the most recent version. It is no problem to have multiple KNIME versions on your pc. But be sure to install / unzip (zip is what I prefer) your new version in a seperate folder.
gr. Hans
Hello @HansS, one more question on this - what will i do here in order for the ID# to reflect on the output table instead of 0…1…2, etc. because there’s a possibility that the ID# needs to be changed and the updated one should also reflect in the out table as shown below. Thank you!