Skip to main content

What this tool does

The CSV Exporter reads records from your Airtable table and produces a downloadable CSV or TSV file. Use it to extract data for analysis in Excel or Google Sheets, share a snapshot with stakeholders, or migrate data to another system.

Settings reference

Source

Export settings

Record filters

Execution settings

How it works

  1. Filla fetches all matching records in paginated batches
  2. Linked record field values are resolved to human-readable strings (the linked record’s primary field value)
  3. The file is generated and uploaded to temporary storage
  4. A download link appears in the run panel

Getting the file

After the run completes, click Download in the run panel to save the CSV or TSV file. The download link is available for a limited time after the run.

Common questions

Linked record fields are exported as the primary field value of the linked record (the record name), not as record IDs. If multiple records are linked, they are joined with commas.
Attachment fields export as URLs pointing to the file. The files themselves are not included in the CSV.
The exporter produces CSV or TSV. Both open directly in Excel. For a native .xlsx file, open the CSV in Excel and save as Excel format.
No. The exporter paginates through all matching records, so it handles large tables.