Hii,
suppose I have two .pt files and they have a common key results and I want to join the results values of the two file how do I do it??
eg:
- test1.pt has 4 values : 1 ,2 ,3, 4
- test2.pt has 3 values: 5 , 6 ,7
- I want a test3.pt with values : 1, 2, 3 ,4, 5 ,6 ,7
Is this possible?? how can I accomplish this ??