Template
Mixpanel export cleanup template
Maps Mixpanel CSV export columns, normalizes event names to Mixpanel import spec, and validates distinct_id and insert_id fields.
Column mapping
| Source field | Target / rule |
|---|---|
| event | event name (snake_case) |
| time | timestamp (UTC ms or ISO) |
| distinct_id | user identifier |
| $insert_id | dedupe key |
| properties | JSON flatten rules |
Select this template in the Fix wizard source dropdown, or upload your export and we'll auto-detect the schema.
Scan your analytics CSV before import.
Free preview on 10,000 rows ยท Human review before export to Mixpanel, Amplitude, or your warehouse.