WhatsApp Parser
UtilParses raw WhatsApp chat export text (.txt format) into structured Chat objects. Handles timestamps, participants, media placeholders, and system messages.
core/whatsapp-parserInstallation
1 · Add registry to components.json
2 · Install component
Examples
Parse export
Edit the sample export text and click Parse.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
rawreq | string | — | Raw WhatsApp export text. |
files | File[] | — | Optional media files to match against attachment references. |
(returns) | Chat | — | Structured Chat object with participants and messages. |