Skip to content

Export all your data

Exporting records takes one survey type’s records out as a table. When you want everything your organization holds in a single download, use a full data export. You find it under Admin, then Data export.

  1. Open Admin, then Data export, and choose Request export.
  2. CensusIO builds the archive in the background, so you do not have to wait on the page. The status shows Queued, then Building, and the list refreshes on its own. A typical export is ready in a few minutes; you can leave and come back.
  3. When the status is Ready, choose Download to save the .zip. The link works for 7 days; you can request a fresh export at any time.

If you request an export while one is already building, CensusIO reuses it instead of starting a second one.

The archive is a single .zip with:

  • A data/ folder with one file per table, written as newline-delimited JSON (one record per line, which any text editor or script can read): your survey types, records, lab samples, locations, lists, reference organizations, saved report templates, and the activity log.
  • manifest.json, an index of the archive. For every data file it records the row count, the byte size, and a SHA-256 checksum, so you can confirm nothing changed in transit. It also inventories your stored files (attachments, map layers, your logo) by their key and size.
  • README.txt, a short plain-language explanation of the contents.
  • An export covers up to 50,000 records. A larger organization sees a message to contact support, who will export it for you; a streaming format will lift this limit later.
  • A download link expires after 7 days. After that the link stops working, and you simply request a new export.

Use a full data export to take a complete, verifiable copy of everything, for an archive, a migration, or a data-portability request. To take one survey type’s records as a CSV, GeoJSON, or a standards-aligned Darwin Core Archive, use Exporting records instead. To share data continuously with a BI tool, use a data connection.