Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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