Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am currently working a package where I am inserting new records to a SQL server table. This table has a primary key that is an identity field. Once that component is done, my job will continue to the next component that will insert some more records into another table. I need the primary key from each of the records I inserted in the previous step to use as a foreign key.
Is there an easy way of getting the Talend tMSSQLOutput component to retrieve this identity field to pass along with the output to the next component?