Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greeting,
I would like to create a custom component that captures data about a (sub-)jobs execution. To implement the idea in my head I basically need information from the UI as well as logs (like the ones that are captured by tStatCatcher). The latter one seems easy to do using the globalMap, it is the first challenge that I cannot figure out so far. Basically, I would like to access the "jobname_jobversion.item" XML-File within my custom component Java-code, so I can get access to data like "component X has parameters Y and is connected to component Z ...".
Does anyone have a suggestion where to start? I tried to reverse engineer the "HTMLDocGenerator" a little bit, but this did not seem to be a proper way to follow from within a component in TOS. Any tips are appreciated!
Cheers
Marcel
Hello,
Here is online document about:TalendHelpCenter:How to create a custom component.
Hope it will be helpful.
Best regards
Sabrina
Hello Sabrina,
I worked my way through this documentation as well as the linked tutorial of "powerupbi.com" (which is a little outdated, but still explains a lot of detail).
I am able to access things like the parameters of the custom component itself, but I would like to go further and access the parameters of all components in one (sub-)job as well as the way they are interconnected. I hope there is something in the talend APIs (or similar) to accomplish that.
Cheers
Marcel