I need to load some data that is in spreadsheets into a relational database, but I have been facing some challenges with regard to inserting foreign keys.
In these images you can see that I enter the project data first, the auto increment of the bank generates a key, I retrieve it in the table input and then I call this step with Excel Input of the relief data worksheet. >
I have only one project and several reliefs related to it.
The project data is in one worksheet and the relief data is in a different worksheet.
Attemptingtoinsertanyerrorsisreturned,butthereliefdataisnotincluded.It'saseeminglysimpleproblem,butI'mstartingtounderstandKettlenow.
Thankyouinadvance!
EDIT2: