For: admin · developer
Bulk import records
CSV works for <50k rows; API NDJSON for larger.
From the module records list, open the ⋯ menu and click "Import".
Upload a CSV (UTF-8, one header row). The importer maps columns automatically and flags unmapped/unknown fields.
Run a dry-run — every row-level error is reported with row number and column.
Commit. Imported rows are tagged with the batch ID so you can roll back from /settings/imports.
For larger imports or automated pipelines, use the API bulk-load endpoint — see Developer portal → Quickstarts → Bulk loading.