Template
BigQuery event table template
Prepares event CSVs for BigQuery LOAD with typed columns, nested JSON handling, and partition-friendly timestamps.
Column mapping
| Source field | Target / rule |
|---|---|
| TIMESTAMP column normalization | TIMESTAMP column normalization |
| JSON properties | STRUCT mapping |
| PARTITION BY DATE(event_timestamp) | PARTITION BY DATE(event_timestamp) |
| REQUIRED vs NULLABLE column rules | REQUIRED vs NULLABLE column rules |
| Duplicate detection before load | Duplicate detection before load |
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.