For the complete documentation index, see llms.txt. This page is also available as Markdown.

📤Exporting Data from Views

Export a view to a file for sharing, archiving, or offline analysis.

Overview

Exports convert the current view into a downloadable file. Exports typically respect filters and visible columns.

Screenshot placeholder: export action in the view toolbar or overflow menu.

Tip: Use a dedicated export view named such as Export — Requirements (All).

Key Concepts

  • Export view: a dedicated view used only for export definitions

  • Scope: current view vs selected rows vs all rows (availability varies)

How It’s Used

Use exports for offline review and stakeholder distribution. Use dedicated export views to avoid accidental scope changes.

Benefits

  • Repeatable exports with predictable columns and filters

  • Cleaner handoffs to stakeholders outside Transform

Setup Steps

Naming pattern

Use this naming pattern:

Export — {Object} ({Scope})

For example:

  • Export — Requirements (All)

  • Export — Tasks (Open)

  • Export — UAT cases (Failed)

Export data from a view

1

Open export

Click Export (or the menu → Export).

2

Choose format

Pick a format such as CSV or XLSX, if available.

3

Confirm scope

Confirm whether the export is for:

  • Current view

  • Selected rows

  • All rows

4

Download

Generate and download the file.

GIF placeholder: Export → choose CSV → download → open file showing headers match the view columns.

Best Practices

  • Treat export views as controlled definitions.

  • Confirm filters and row counts before distribution.

  • Remove sensitive columns before exporting.

Summary

Exports create files based on view configuration. Dedicated export views improve consistency and reduce mistakes.

Troubleshooting

Export is missing columns

Exports often include only visible columns.

Add the columns to the view, then export again.

Export option is not available

This is usually a permissions issue.

Ask a Project admin for export access.

Next steps

Last updated