Load Registrations file sensitive to whitespace
Posted: Wed Oct 15, 2025 6:34 pm
I had to reload some tournament registrations without having saved them (because I forgot to). I reconstructed the list of players and created a file but it failed because I had spaces in between the names, like this:
With the space between "Test1", and "Test2" loading the file fails with
ie the Test1 player is registered fine but not Test2.
Code: Select all
{"FileType":"TournamentRegistrations","Version":"7.29"}
{"GameID":"Tournament #03","Registrations":["Test1", "Test2"]}
Code: Select all
Player account not found: "Test2": Tournament
Tournaments affected: 1
Total registrations: 1