Are there any further KNIME URL variables beside the 'knime://knime.workflow'? Is there a documentation somewhere?
More concrete: Is it possible to get access to the current node's directory within the workflow?
Are there any further KNIME URL variables beside the 'knime://knime.workflow'? Is there a documentation somewhere?
More concrete: Is it possible to get access to the current node's directory within the workflow?
Hi Philipp,
yes this is possible.
You can e.g. read the settings.xml of the xml reader node with this query knime://knime.node/settings.xml (inside the same xml reader node
We currently have
(And for everyone else, reading this: here is a video, showing how this is used in KNIME: https://www.youtube.com/watch?v=wsL1UTzEg-0 )
Cheers, Iris
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.