DWZ Download vom DSB
30.08.2024
Die CSV DWZ Liste wurde vom DSB modifiziert. Deshalb funktioniert die DWZ Datenbank nicht mehr. Man muss die komplette erste Spalte der DWZ CSV Liste löschen, dann kann man die neu erstellte Datei (Spieler.csv) unter Einstellung wieder zu einer sqlite Datei umwandeln. Wer Linux hat, der kann dieses Bash Script ausführen und dann unter "Einstellung -> DWZ Download" die "player-iso-8859-1.csv" Datei auswählen anstatt die spieler.csv:
#!/bin/bash wget dwz.svw.info/services/files/export/csv/LV-0-csv_v2.zip unzip LV-0-csv_v2.zip iconv -f ISO-8859-1 -t UTF-8//TRANSLIT spieler.csv -o spieler.utf8.csv csvcut -c 2-15 spieler.utf8.csv > player.csv iconv -f UTF-8//TRANSLIT -t ISO-8859-1 player.csv > player-iso-8859-1.csv
Java Chess Tournament Management
JKlubTV
Chess Roundrobin Tournament Management
Manage chess round robin tournaments with JKlubTV Version 4.0.66.
This application stores the data belonging to round robin into a SQLite database. It is intended for webmasters who want to easily manage a club tournament in their own chess club. The HTML tables that are to be published for the website will be created easily by the application. Automatically calculate the total points, Sonneborn Berger points of each player, as well as their sequence DWZ, and sorts the HTML table by the calculated Rangliste.Desweiteren it is possible the tables as to save PDF file.
The software is free (Opensource).
- can access the DFB player database
- the tables can export into HTML, PDF or Excel format
- expects the result from DWZ
- counted the points and the Sonneborn Berger figures
- automatically sorts the crosstab after ranking