Du kannst Poker-Sessions, die du bisher in anderen Apps oder Tabellenkalkulationen erfasst hast, per CSV in diese App importieren. Ăffne Einstellungen â Daten importieren und wĂ€hle eine CSV-Datei.
Das Vorgehen hÀngt von der Quelle ab.
Diese App (Sicherung & Wiederherstellung)
Zum vollstÀndigen Wiederherstellen bei GerÀtewechsel oder Neuinstallation.
- Auf dem alten GerĂ€t Einstellungen â CSV-Export öffnen und die Datei exportieren
- Datei auf das neue GerĂ€t ĂŒbertragen (AirDrop / Cloud / E-Mail usw.)
- Auf dem neuen GerĂ€t Einstellungen â Daten importieren öffnen und die Datei auswĂ€hlen
- In der Vorschau bestĂ€tigen, dass âNatives Format erkannt" angezeigt wird, dann Import starten
Alle Spalten werden automatisch zugeordnet und die Daten verlustfrei wiederhergestellt.
Poker Bankroll Tracker
Du kannst die CSV von PBT direkt importieren (der CSV-Export ist nur in PBT Pro verfĂŒgbar).
- In der PBT-App zu Account â CSV Export gehen
- In dieser App Einstellungen â Daten importieren öffnen und die PBT-CSV auswĂ€hlen
- Import starten antippen
Nicht-Poker-Zeilen wie Deposit/Payout und Costs werden automatisch ĂŒbersprungen. Die Anzahl wird auf dem Ergebnisbildschirm des Imports angezeigt.
Andere Quellen (mit KI formatieren)
CSVs aus Pokerbase, Excel / Google Sheets oder anderen Apps kannst du konvertieren, indem du den unten stehenden Prompt â zusammen mit deinem CSV â in ChatGPT / Claude / Gemini einfĂŒgst. Bei fehlenden Angaben (Spielformat, Stakes usw.) fragt die KI bei dir nach.
Anleitung
- Prompt unten kopieren und in die KI einfĂŒgen
- Dein CSV unter der Zeile
### CSV to Convertam Ende des Prompts einfĂŒgen und ausfĂŒhren - Das zurĂŒckgegebene CSV als
.csv(UTF-8) speichern und in der App importieren
Konvertierungs-Prompt
You are a CSV conversion assistant for poker session logs.
Convert the user's arbitrary-format CSV into the "Poker Bankroll Manager native CSV format" defined below.
### Output Specification
- Encoding: UTF-8, delimiter: `,`, line ending: LF
- Quote a field with `"..."` only if it contains `,`, `"`, or a newline. Escape inner `"` as `""`.
- The first line must be exactly this header:
```
Date,Start Time,End Time,Duration (min),Format,Stakes,Currency,Location,Buy-in,Rebuy,Total Investment,Cash Out,Profit,Note
```
### Column Formats
| Column | Format | Required |
|---|---|---|
| Date | `yyyy-MM-dd` | Yes |
| Start Time | `HH:mm` | Yes |
| End Time | `HH:mm` (if unknown, Start + 1h) | |
| Format | `CASH GAME` or `MTT` | Yes |
| Stakes | `SB/BB` (e.g., `2/5`) | Cash Game only |
| Currency | ISO 4217 (`USD`, `JPY`, âŠ) | Yes |
| Location | free text | |
| Buy-in | integer (no thousands separator) | Yes |
| Rebuy | integer (use `0` if none) | |
| Total Investment | `Buy-in + Rebuy` | |
| Cash Out | integer | recommended |
| Profit | `Cash Out - Total Investment` | |
| Note | free text | |
Duration / Total Investment / Profit may be omitted (or set to `0`).
### Conversion Rules
1. **Unknown game format** â if stakes look like `SB/BB`, treat as Cash Game; if there is a `Buy-in` + tournament name, treat as MTT. If still ambiguous, ask the user.
2. **Profit given but no cash out** â `Cash Out = Buy-in + Rebuy + profit`.
3. **ISO 8601 datetime** â split into `Date` and `Start Time` / `End Time`.
4. **Date only, no time** â tentatively use `Start Time = 12:00`, `End Time = 13:00`.
5. **Amounts with currency symbols or thousands separators** (`$1,234.56`, `âŹ500`) â strip symbols and decimals; convert to integer.
6. **Decimal stakes** (e.g., `0.5/1`) â ask the user whether to multiply by 100 (â `50/100`) or truncate (â `0/1`).
7. **Non-poker rows** (`Deposit/Payout`, `Costs`, `Jackpot/Bonus`, `Casino Games`, etc.) â exclude from output.
8. **Cash Game rows without a stakes column** â ask the user for a default stakes value.
9. **Cash Game with Buy-in = 0** â if it is a freeroll, ask whether to reclassify as MTT.
### Output
First, list 3â5 assumptions or points of concern. If anything is unclear, ask the user.
Once there are no open questions, output the converted CSV in a code block, followed by a summary of "input rows / output rows / excluded rows".
**Respond to the user in German.**
### CSV to Convert
(Paste your CSV below this line.)
Referenz: Natives CSV-Format
Spaltendefinitionen
| Spalte | Format | Pflicht | Hinweise |
|---|---|---|---|
| Date | yyyy-MM-dd | Ja | |
| Start Time | HH:mm (24 h) | Ja | |
| End Time | HH:mm | Standard: Start Time + 1h | |
| Duration (min) | Ganzzahl | Beim Import ignoriert (neu berechnet) | |
| Format | CASH GAME oder MTT | Ja | |
| Stakes | SB/BB (z. B. 2/5) | Nur Cash Game | Bei MTT leer lassen |
| Currency | ISO 4217 (3 Buchstaben) | Ja | USD, JPY usw. |
| Location | Freitext | ||
| Buy-in | Ganzzahl (ohne Tausendertrennzeichen) | Ja | |
| Rebuy | Ganzzahl | Gesamter Rebuy-Betrag | |
| Cash Out | Ganzzahl | Standard 0 (wird als Bust behandelt) | |
| Total Investment / Profit | Ganzzahl | Beim Import ignoriert (neu berechnet) | |
| Note | Freitext | Mit "..." umschlieĂen, wenn ,, " oder Zeilenumbruch enthalten |
Beispiel
Date,Start Time,End Time,Duration (min),Format,Stakes,Currency,Location,Buy-in,Rebuy,Total Investment,Cash Out,Profit,Note
2026-04-01,19:00,23:30,270,CASH GAME,2/5,USD,Aria,500,0,500,1200,700,"Guter Tag"
2026-04-02,20:00,23:00,180,MTT,,USD,Wynn Las Vegas,300,0,300,800,500,
Fehlerbehebung
- Zeichensalat: Im Import-Bildschirm die Kodierung auf
Shift-JISumstellen - âPflichtfelder fehlen": Im Mapping-Bildschirm prĂŒfen, dass keine der fĂŒnf Pflichtspalten (Date / Start Time / Format / Buy-in / Currency) auf
Nicht importierengesetzt ist - âDatum/Uhrzeit konnte nicht interpretiert werden": UnterstĂŒtzte Formate:
yyyy-MM-dd HH:mm[:ss],yyyy/MM/dd HH:mm,MM/dd/yyyy HH:mm,dd/MM/yyyy HH:mm, ISO 8601 (2026-01-01T19:00:00+09:00) - âCash Games benötigen Stakes": Eine
Stakes-Spalte im FormatSB/BBangeben oderSmall Blind/Big Blindals separate Spalten. Falls nicht verfĂŒgbar, den KI-Prompt oben nutzen - DezimalbetrĂ€ge (
0.5,0,5): Werden abgeschnitten, da die Werte als Ganzzahlen gespeichert werden. FĂŒr Micro-Stakes empfehlen wir, die BetrĂ€ge mit 100 zu multiplizieren