dak.c2s/backend/tests
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
..
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
conftest.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
test_csv_parser.py feat: CRM CSV parser with pipe-delimited contact parsing 2026-02-24 07:45:34 +00:00
test_security.py feat: JWT auth, bcrypt, MFA, dependency injection, security tests 2026-02-24 07:41:35 +00:00
test_utils.py feat: utility functions — fallgruppe mapping, KW calc, ICD/KVNR validation 2026-02-24 07:41:09 +00:00