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 (3)
13 Replies
Anonymous
Not applicable
Author

if not , i will be so grateful to help me giving a similar process 

TRF
Champion II
Champion II

that's what I suggest in my last post. you cannot decide the number of files in tFileList. tFileList give you the full list (push it in a tHashOutput for example) then with tLoop, or better with tSampleRow, get the desired number of files.
Anonymous
Not applicable
Author

then i'm going to try that

and i will be more grateful if you give me an example for that

thank you TRF

TRF
Champion II
Champion II

Here is an example

0683p000009LtCa.png

tFifixedFlowInput with its schema to get the current filepath

0683p000009Lshz.png

 

What else?