添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
长情的刺猬  ·  Studio - 2024.10.5·  3 月前    · 
帅气的跑步鞋  ·  ConnectionClosedExcept ...·  4 月前    · 
捣蛋的针织衫  ·  人物 – 有方·  6 月前    · 

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?