This commit is contained in:
parent
60e52603ca
commit
59707074cc
11
src/.vuepress/public/files/class_with_middlename.csv
Normal file
11
src/.vuepress/public/files/class_with_middlename.csv
Normal file
@ -0,0 +1,11 @@
|
||||
Vorname;Mittelname;Nachname;Klasse
|
||||
Lorem ;Impum;dolor;1A
|
||||
sit;;amet;1A
|
||||
consetetur;sadipscing;elitr;1A
|
||||
Max;;Mustermann;1A
|
||||
Maxime;;Mustermann;2A
|
||||
Peter;Emanuel ;Lustig;2A
|
||||
Robert;;Schmidtt;2A
|
||||
Guten;;Morgen;2A
|
||||
Wunderschönen;Guten;Morgen;3A
|
||||
Tolle;;Ümläütä;3A
|
|
BIN
src/.vuepress/public/files/class_with_middlename.xlsx
Normal file
BIN
src/.vuepress/public/files/class_with_middlename.xlsx
Normal file
Binary file not shown.
11
src/.vuepress/public/files/class_without_middlename.csv
Normal file
11
src/.vuepress/public/files/class_without_middlename.csv
Normal file
@ -0,0 +1,11 @@
|
||||
Vorname;Nachname;Klasse
|
||||
Lorem ;dolor;1A
|
||||
sit;amet;1A
|
||||
consetetur;elitr;1A
|
||||
Max;Mustermann;1A
|
||||
Maxime;Mustermann;2A
|
||||
Peter;Lustig;2A
|
||||
Robert;Schmidtt;2A
|
||||
Guten;Morgen;2A
|
||||
Wunderschönen;Morgen;3A
|
||||
Tolle;Ümläütä;3A
|
|
BIN
src/.vuepress/public/files/class_without_middlename.xlsx
Normal file
BIN
src/.vuepress/public/files/class_without_middlename.xlsx
Normal file
Binary file not shown.
@ -9,14 +9,16 @@ Im Folgenden erklären wir dir Schritt für Schritt, wie du Läufer ins System i
|
||||
|
||||
Alle Läufer müssen auf einem "Tabellenblatt"(Excel) stehen, alle weiteren Tebellenblätter werden ignoriert.
|
||||
Die Tabelle muss folgendem Schema folgen:
|
||||
Vorname | Mittelname | Nachname | Team
|
||||
Vorname | Mittelname | Nachname | Team/Klasse
|
||||
- | - | - | -
|
||||
Vorname1 | Optional | Nachname1 | Optional
|
||||
|
||||
Achtung: Die Team Spalte kann Team oder Klasse heißen!
|
||||
|
||||
### Beispiel: CSV
|
||||
|
||||
**Mit Mittelname**
|
||||
> Beispieldatei Link
|
||||
> [Beispieldatei herunterladen](/files/class_with_middlename.csv)
|
||||
|
||||
```
|
||||
Vorname; Mittelname; Nachname; Team;
|
||||
@ -26,7 +28,7 @@ Toller; ; Typ; 2A
|
||||
```
|
||||
|
||||
**Ohne Mittelname**
|
||||
> Beispieldatei Link
|
||||
> [Beispieldatei herunterladen](/files/class_without_middlename.csv)
|
||||
|
||||
```
|
||||
Vorname; Nachname; Team;
|
||||
@ -37,12 +39,12 @@ Toller; Typ; 2A
|
||||
|
||||
### Beispiel: XLSX (Excel)
|
||||
**Mit Mittelname**
|
||||
> Beispieldatei Link
|
||||
> [Beispieldatei herunterladen](/files/class_with_middlename.xlsx)
|
||||
|
||||
TODO: Screenshot
|
||||
|
||||
**Ohne Mittelname**
|
||||
> Beispieldatei Link
|
||||
> [Beispieldatei herunterladen](/files/class_without_middlename.csv)
|
||||
|
||||
TODO: Screenshot
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user