I am new to talend.
I need to upload the incoming file details into MySQL tables.
Please, can you provide me an example (Talend ETL) to propagate the primary key from one table (tMysqlOutput) to another table (tMysqlOutput) through Talend? This primary key will act as foreign key for another table. I am struggling with this.
Existing scenario:
filedelimiter --> tmap --> stage --> tmap --> master table
(I want this primary key from this table table to child table)
This is the tool we are using http://www.talend.com/