dak.c2s/backend
CCS Admin 84d11822e0 feat: CRM CSV parser with pipe-delimited contact parsing
Parse CRM CSV exports (UTF-8-BOM, comma-delimited) with:
- Pipe-delimited Hauptkontakt field (Nachname|Vorname|Geburtsdatum|KVNR)
- German date formats (DD.MM.YYYY, DD.MM.YY, HH:MM)
- Modul-to-Fallgruppe mapping
- Graceful handling of missing KVNR, bad dates, empty fields, spam rows
- 19 tests (synthetic + all 4 real CSV files)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 07:45:34 +00:00
..
alembic feat: Alembic migrations, initial schema 2026-02-24 07:33:27 +00:00
app feat: CRM CSV parser with pipe-delimited contact parsing 2026-02-24 07:45:34 +00:00
scripts feat: Alembic migrations, initial schema 2026-02-24 07:33:27 +00:00
tests feat: CRM CSV parser with pipe-delimited contact parsing 2026-02-24 07:45:34 +00:00
.env.example feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
alembic.ini feat: Alembic migrations, initial schema 2026-02-24 07:33:27 +00:00
requirements.txt feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00