Hello,
I’m currently creating a workflow where 3 different XLS files need to be imported.
Unfortunately the path to the files (mount point drive letter) is not the same for every user of the workflow.
Therefore it is necessary that the user specifies the excel file in three Excel Reader Nodes.
To make the workflow more convenient I’d like to create a component with widgets to select all necessary parameters (several datetime values and the excel files).
Unfortunately the File Chooser Widget only works with mount points - but not with local paths.
Is there a workaround - or a third party node that provides a widget for a “browse file” dialog and returns a file path?
Cheers,
Holger
Hello
@turczynski
,
and welcome to KNIME Community!
How about
File Upload Widget
node? It’s a widget that works with local paths. Alternatively you can use
Local File Browser Configuration
node. Also works with local paths but is a configuration node rather than a widget node so if you are building workflow for WebPortal you wanna go with first one.
This is an interesting problem and I have a similar challenge: I want the user to select a filepath / directory individual to his / her system - not a file directly.
I wonder if this is somehow possible?