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

Talend Open Studio -Create or replace the row1 schema in runtime

Hi,

I'm using Talend Open Studio 7.0.1

I'm trying to create or change the schema of 'tDBInput' at the runtime with the help of global variables or context variables.

Is this possible in community edition?

Though not a straight solution but any workaround also would help.

 

Thanks

Deepa

Labels (2)
2 Replies
Anonymous
Not applicable
Author

I'm trying to iterate the tables in a database and copy data to another table in different DB with same structure as source table.
I have one 'tFlowToIterate' which iterates and gives source_table,destination_table and columns as global variables, 'tDBInput' consumes the source_table and columns. 'tDBOutput' consumes the destination_table variable and inserts data respectively.

Anonymous
Not applicable
Author

HI Deepa,

   

      At present, the schema for the DBInput or Output have to be defined while table creation. But another opportunity is to use Talend Component Kit to create a custom component for your use case.

 

https://help.talend.com/reader/q9sIDoqWg3R5cxZE38OKrQ/BiTmgCx_O7lH_OpFspAdrw

 

Warm Regards,

 

Nikhil Thampi