Export
Download the open table as CSV. Export is explicit data egress: you review row count and fields before anything leaves Appenda.
Export lives in the toolbar right cluster, next to Import. It egresses data from the open table.
Before you start
- An open table with the rows and fields you want in the file.
- Export lists privilege when your workspace uses role-based access (Editors and above by default policy).
- A destination folder on your computer. Appenda uses the system save dialog.
Export follows the active view: visible fields, active filter, and active sort scope. Hidden fields stay out unless you include them in the preview.
Steps
Open export
- Open a table.
- Set the view the way you want the file to look (filter, sort, Field layout).
- Click Export in the table toolbar (Download icon — right cluster, after Import).
Review the preview
The export preview shows:
- Suggested file name — usually derived from the table name
- Row count — filtered rows when a filter is active (
visibleoftotal) - Fields — visible columns selected by default; hidden fields omitted
Adjust field checkboxes before you confirm. Provider enrichment values export as the displayed cell text, not raw provider JSON.
Save the file
Click Export CSV, then choose a path in the system save dialog. Appenda writes UTF-8 CSV with a header row matching the selected field labels.
Export does not write Version control the way imports do. It is recorded as an audit event instead.
Tips
- Filter to the slice you need before export — for example only Acme accounts — instead of trimming in Excel afterward.
- Re-import through Import if you need to round-trip data; export alone does not update existing rows.
- Formula-leading values are escaped on export so spreadsheet apps do not treat cells as formulas.