Upload League Language
This is designed for the initial creation of the League database from files created offline by excel or a text editor. It covers entering new divisions and teams and their players. League and division personel can also be entered. Fixtures are a particularly bulky section and can be entered in this manner. Consider a single division of 20 teams each having 15 players and lets ignore officials and referees. This requires entering 20 teams, 300 players and 380 fixtures.
An example on the file format to upload players required by "Register Team" screen. The principle is to emulate all entries on the screen.
Contents of file line at a time |
Description |
||
CallRegisterTeam-key, |
Activates the "Team Registry" screen |
||
SelectGroupRegisterTeam-key, 1, |
The initial "Team Registry" screen shows a list of divisions. This command selects the first division in the list. |
||
SelectTeamRegisterTeam-key, 1, |
Similiarly the next screen shows a list of teams within the selected division. This command selects the first team within the list. |
||
AddNewPlayer-key, |
The next screen allows a new player to be added to the team or an existing player to be edited. This command selects adding a new player. |
||
Smith, John, Albert Sq, WV15 6T5, Bridgnorth,... |
This command enters the 17 entries required for the player. Most of the entries are optional. |
||
AddNewPlayer-key, |
|||
Kautz, Hemut, Unterbuschweg, 50999,Koeln,... |
Another player |
||
etc |
|||
... |
... |
||
CallRegisterTeam-key, |
Activates the "Team Registry" screen |
||
SelectGroupRegisterTeam-key, 2, |
The initial "Team Registry" screen shows a list of divisions. This command selects the second division in the list. |
||
SelectTeamRegisterTeam-key, 5, |
Similiarly the next screen shows a list of teams within the selected division. This command selects the fifth team within the list. |
||
AddNewPlayer-key, |
|||
Jones, John, George St, WV15 6T5, Bridgnorth,... |
Player |
||
etc |
|||
An example file is available for download on the 'League Language' page.. The file is prepared typically via Excel or any text editor. The file is uploaded and processed on the server. This principle applies to
|