PROMPT.md
9 lines
DE
1
Extrahiere alle Kontakte aus dem folgenden Text.
2
3
Ausgabe: JSON-Array mit Objekten
4
{"name": string|null, "firma": string|null, "email": string|null, "telefon": string|null, "rolle": string|null}
5
6
Regeln:
7
- Telefonnummern in internationales Format normalisieren, wenn Landeskontext erkennbar ist; sonst unverändert lassen.
8
- Doppelte Kontakte zusammenführen.
9
- NUR das JSON-Array ausgeben.
1
Extract all contacts from the following text.
2
3
Output: JSON array with objects
4
{"name": string|null, "company": string|null, "email": string|null, "phone": string|null, "role": string|null}
5
6
Rules:
7
- Normalize phone numbers to international format if the country context is recognizable; otherwise, leave them unchanged.
8
- Merge duplicate contacts.
9
- Output ONLY the JSON array.
Machine-translated (Claude). The original is the authoritative version.
kontaktdaten-extraktor
Teil der kuratierten Start-Sammlung. Verbesserungen willkommen – fork das Repo und stell einen Pull Request.
v1.0.0
Erste Version
by prompthub · First version
9. Jul 2026
0 passed
0 failed
No discussions yet – open the first one!
No pull requests yet. Fork the repo, improve it, and open the first one!