Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi my requirement is i want to load tables from source to target there are different structure tables
after i need to implement scd2 on that total tables what is the procedure for that
actually i'm thinking with this (DYNAMIC schema + toracle tablelist + toracleoutput)
Hello,
The dynamic schema feature will be available in talend subcription solution not open source.
The job looks like:
tOracleTableList--iterate--tOracleInput--main--tOracleOutput
on tOracleOutput, set a dynamic table name:
((String)globalMap.get("tOracleOutputTableList_1_CURRENT_TABLE"))
and select
'create table if not exist' option in the action on table list.
Best regards
Sabrina
Hellom
Actually, I didn't get your job requirement about scd2 for all tables. Could you please us some background about your use case?
Best regards
Sabrina
Hello,
Here is online documentation about:TalendHelpCenter: SCD scenario.
Let us know if it is OK with you.
Best regards
Sabrina
Hi,
How do i choose schema in tOracleInput and tOracleOutput,
The shemas are varying for different tables.
Thanks