Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamic drop down list in talend custom component

I want to create a Talend component with dynamic configuration. I tried various sources to achieve that but no luck,
[apprach I tried previously, but I could not able to link the component with plug-in, it always gives the error

failed to load component

then I am trying to create plugins like azure storage I cloned the repo from Talend components with dynamic configuration
I developed the new component like azure storage and tried to register in

C:\Users\sandy\Documents\talend\TOS_BD-20161216_1026-V6.3.1\features\org.talend.tos.components.feature_6.3.1.20161216_1026/feature.xml
by adding
>

<plugin
id="rg.talend.components.mycomp"
download-size="0"
install-size="0"
version="0.14.0"
unpack="false"/>


then create a component and installed to Talend. just like other components, Jira, azure, and JDBC, but no luck it didn't show anything that I setup in the code.
if anyone has any idea how I can achieve

Labels (6)
4 Replies
Anonymous
Not applicable
Author

Hi,

Have you already tried to use this solution mentioned here:https://community.talend.com/t5/Design-and-Development/resolved-Create-custom-action-for-a-button-on...?

 

Best regards

Sabrina

 

Anonymous
Not applicable
Author

yes but I want more dynamic features so I move on to other solutions, and
found one.


Thanks
Anonymous
Not applicable
Author

Hello,

Great you have a solution. Would you mind posting your solution on forum?

Best regards

Sabrina

Anonymous
Not applicable
Author

yes, I am preparing the complete post to create a dynamic component from
scratch.