Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Linking 3 Different tables in load script


Hi Frnds,

I have small problem. I have 3 different tables. in the 3rd table one column data are common in another 2 tables.

Here below i have shown a sample tables. here are Tables 1,2,3. If  you notice in Table 1 & 2 the Column A & C data will be in Table 3 Column F. So Kindly help how to link the Table 1 & 2 with Table 3.

Thanks In Advance

Regards,

Vignesh

For example,

Table 3:

FD
456Aaeratfhg
12Ashg
789Asfdgb
13A
414A
14A
4A
15A
6A
5A
212A
5486A
5485A
21523A
8566A
1sdfghn
2srty
3tyht

Table 2:

            

CD
212ADS
5486FND
5485GRG
21523HRE
8566FDB
1FCB
2FBI
3CIA
4DGR

 

Table 1:

                                                                                                                                       

AB
12aaa
13bb
14fgg
15thg
16

sdfeg

dxfghfxghxfgh
]
table @:
14 Replies
Anonymous
Not applicable
Author

Make it F as A and reload mapping will happen.

regards,

nandha

Not applicable
Author

Okie i can link the Field F & A by rename F as A, But i do also want to link Field C with F... in such case what would the solution.

Anonymous
Not applicable
Author

Its very easy and simple. Make C as A in script and reload.

Regards,

Nandha

Not applicable
Author

Rename A from Table 1 as F and C from Table 2 as F.

Anonymous
Not applicable
Author

Hi Vignesh,

You can try below steps to do your job :

1) To link table 1, table 2 table 3, you need to have at least one common column with same column name.

2) You need to rename column in such a way that all three table has same common column name.

3) You can alias columns.

4) You can use QUALIFY - UNQUALIFY.

Thanks

Sattya