It seems a lot of things are possible with dynamic variable names. If I have more complicated loops and calculations with dynamic variable names I often 1st rename them to a standard variable name (like “_temp_var”) and make all the calculations and transformations using that and in the end rename the result back to the original name or a changed version of it.
my_variable1 -> _temp_var -> (all the manipulations you want) -> my_variable1_new
The workflow below tries to do some stuff while using the column names as variables.
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.