Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working on developing a single talend job for data ingestion from any source to any target which satisfies the below requirement:-
1.) The source and target table names will be specified in the context variables before running the job.
2.) It should read the source and target schema (like table name, column name, data type, primary key ) on the go from a database table.
2.) It should perform full load, incremental load based upon primary key, datetime for data ingestion.
Kindly let me know, how can I read source/target schema on go, create source target components, map the source/target columns, perform transformation for full/incremental load.
Is this even feasible or not. Please let me know.
Since I will be using incremental load along with dynamic schema, is there any way to perform lookup on tables using dynamic schema in tmap.
yes, for schema detail, we have created another table which contains schema details for sources and targets
like table name, column name, datatype, length of datatype, primary key etc.