Issues Importing Related Objects

Issues Importing Related Objects

I am attempting to load data from SQL Server to Salesforce. The SQL Server Data relates to 3 salesforce objects which is have a relationship to each other.
The 3 tables are
Timeentries (this is the parent table and links to the other 2 through the common id)
Timeentrystatus
Timeentrydetail
I am trying to use the relationship capability in the insert but I am having trouble understanding how to set this up in Skyvia
The way this works is I have a stored procedure which creates my load tables with all the data that is needed to load to Salesforce.
I have tried multiple ways and I can't get skyvia to add the data correctly