cancel
Showing results for 
Search instead for 
Did you mean: 

Parent and Child Loading

Former Member
0 Kudos

Hello All,

I need to load data into the target table based on the constraint , eg -if we want to load the EMP&DEPT data, first it loads the data of DEPT then EMP because DEPT is PARENT table EMP is CHILD table. In simple terms, it loads PARENT table first then CHILD table.

How this can be achievable in BODS.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208402
Active Contributor
0 Kudos

Hi Vinay,

simple... create a job.. take 2 dataflows in it and connect both the dataflows. in 1st dataflow load DEPT table and in 2nd dataflow load EMPLOYEE table..

1st dataflow will be executed first and then 2nd dataflow.