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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamic Creation of Objects

Hello everybody

I'm working on a project of multi-model framework creation

and i need to know if it is possible how to create or to add an object to  my job (ex: tlogrow or tinputdelimitedfile) without drag and drop

I mean with java code using tjavarow

please help

thank you very much

 

Labels (2)
3 Replies
TRF
Champion II
Champion II

I don't think so (in fact I'm quite sure you cannot).
When you drag&drop components you "generate" Java source code which is compiled later when you build the job (or run in the studio).
How do you expect to change the byte code at run time?
mks02
Creator
Creator

We can't create object dynamically in talend job. After dragging the components, its code compiled while building/running the job.

However we can create job script which can be made of one or many components linked together.
Read the Talend help guide for creating Job script:
https://help.talend.com//pages/viewpage.action?pageId=268973146
Anonymous
Not applicable
Author

hi mks02

thank you very much

i think that the scriptjob will be very helpful forme