Bulk add rows → public.crash_content

API connection
This page POSTs { action: "bulk_insert_crash_content", table: "public.crash_content", rows: [...] } in batches.
Your PHP should authenticate via Authorization: Bearer <API_KEY>.
1) Load Excel or CSV
2) Map columns

Map your file’s columns to the DB fields. Unmapped required fields are highlighted.

3) Preview (first 100 mapped rows)