Skip to content

Tabular Export (CSV)

Every paginated list/table view in Study Setup is exportable to CSV. This is a uniform, cross-cutting capability — not a per-module feature. It applies wherever the UI presents a table: Studies, Outputs/Documents, Templates, Materials, Changesets, Reviews, Provisioning links, Audit entries, Search results, and any future list.

Behavior

  • Exports all records matching the current query, filters, and sort — across all pages, not just the visible page.
  • Includes the currently selected columns, in their displayed order (table views support column selection; the export mirrors it).
  • Honors the user's permission scope — rows or studies the user cannot access are never exported.
  • Cell values are the displayed values, in CSV (UTF-8).

Command / Event

A single uniform pair: ExportListView (command) → ListViewExported (event), carrying the view/entity type, applied filters, selected columns, row count, and actor; recorded in the Audit Trail.

Notes

  • Distinct from document export (the watermarked PDF of a Document Version, see Document Review) and from Reporting (readiness/verification reports) — this is raw tabular data export.
  • Very large exports may be prepared asynchronously as a download — exact threshold/mechanism TBD.