Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Column Selector

Hi All,

Happy new year!!

For a custom component we are developing, we need the user to select the columns of interest. Could be a simple checkbox like you see in the MemorizeRows component.

Any examples on how to add such a configuration option.

 

Thank you!

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello,

Are you using talend component kit or java jet to create your custom component?

Feel free to let us know if this documentation helps.

https://help.talend.com/reader/zx7tcRyVNCwNcqzD7oUrYw/3mX31lgKNkNm1V51Nqqw3A 

Best regards

Sabrina

Anonymous
Not applicable
Author

I am using new Talend Component Kit

 

I was able to use 

@DynamicValues("engineType")

And 

@Proposable("engineType")

 This was not available in documentation, so took a while for me to get help from other users

FSchober1607791906
Contributor
Contributor

Hello,

would you mind sharing how you did this?

I'm trying to do the exact same thing. I figured out how to use @DynamicValues and @Proposable but I don't know, how to get the Schema from the input connector.