The problem is a little hard to explain. I have one dataset "Tab1" that consists of 110 columns. This is the data of online experiments. The second table "Tab2" consist of the results of the experiments of "Tab1" which has 20 columns. The column "exp_num" is common in both of these tables while the rest of the columns are different.
To take an example, I have 20 experiments and each experiment has 6 records i.e. total of 120 records in "Tab1". Let's take one experiment 'exp1' as an example. After the 6th record (last result of this experiment) the result of this experiment from "Tab2" will be appended. After that next experiment 'exp2' and after the last record of 'exp2' the result of 'exp2' from 'Tab2' is again appended and so on.
The structure should look like this:
Data in yellow mark is from "Tab1" and gray one is from "Tab2"