Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Safus
Creator
Creator

How to achieve file browser in input component (Talend Component Kit)

Hi,

is there a tutorial or an example which implements a file browser to peek a file or folder in TKC ?

Declaring the field as java.io.File does nothing special to the component's UI. The Field appears as a simple text input field.

0693p00000BXVPdAAP.png 

Best Regards

3 Replies
ozhelezniak
Contributor
Contributor

Looks like this is currently not supported.

undx
Creator
Creator

Hi @safouane BEN MANSOUR​,

Oleksandr is right, that's not supported yet!

As a workaround, you may use the @Suggestable annotation ( https://talend.github.io/component-runtime/main/1.29.0/ref-actions.html#_suggestions )

But, keep in mind that actions should be the more lightweight as possible and this kind of thing could be cumbersome...

 

br

 

Anonymous
Not applicable

Hello,

 

Since this comes up in Google search. This functionality is tracked in JIRA under: https://jira.talendforge.org/browse/TCOMP-2099