CST - Combining Results by Importing a File

I am working with a phased array antenna in CST Studio Suite that has a large number of ports. After running the frequency domain solver for all ports, I would like to combine results by assigning different amplitude and phase values to each port. The problem is that entering these values manually one by one in the "Combine Results" tool is not practical. Is there a way to directly import amplitude and phase values from a file (such as .txt or .csv) into CST?  Or alternatively, could you possibly provide a macro that can read amplitude values and phase values from a text file, such as:

Label name: comb1
Excitation Amplitude Phase Shift
1(1) 1 0
2(1) 2 90
3(1) 2 180
.
.
.

and automatically combine the results according to those values?