The actual parameter configuration as CSV.
There are four different types of rows used to describe the parameter and its values/variables:
The rows "H" and "V" only appear once as first and second row. The rows "T" and "C" are repeated.
Example:
H,Sport,Team
V,SELECTED_SPORT,SELECTED_TEAM
C,Tennis,Tennisclub Rumeln-Kaldenhausen e. V.
T,,Alternative label
C,Tennis,Oppumer TC
C,Football,Rumelner TV
C,Football,FC Rumeln
C,Wakeboard,WSC Duisburg Rheinhausen
This will display two drop down boxes. One with the label "Sport", one with the label "Team".
The first drop down box contains the values "Tennis", "Football" and "Wakeboard", the second will only hold the values "Tennisclub Rumeln-Kaldenhausen e. V." and "Oppumer TC".
When the first value is switched to "Wakeboard", the second drop down boxes content will change to "WSC Duisburg Rheinhausen".
As soon as the build is started, the environment variables SELECTED_SPORT and SELECTED_TEAM will contain the selected values.
Note: the "T" rows are optional, but may be useful for more technical content values that need a little bit of extra explanation.