Hi,
I'm new with Talend, I'll try to explain my problem.
So...
I've one delimited file and two Oracle tables (X and Y)
For each row in my delimited file I've to create one record in my first table X and generate its primary key with the nextval of the sequence. I've to get back this number to insert a new record in my second table Y.
What can I use for this and how.
Thanks in advance (sorry for my poor english).