Skip to main content

AIRTABLE / CSV IMPORT

Split a CSV that exceeds Airtable's 100 MB limit

Airtable documents a 100 MB limit for CSV imports. When an export is larger, split it by size or rows, preserve the header, and import each batch into the intended table without losing the source order.

Published:

Updated:

Related tool: Split by rows or size

Use a safety margin below 100 MB

The documented limit is a boundary, not a target. Create files comfortably below 100 MB so a browser download or a later field change does not push a batch over the limit.

  • A CSV upload stops because the file is larger than 100 MB
  • The first batch imports but later batches lose the header
  • A retry duplicates records because the accepted batch was not tracked

Choose size splitting when row widths vary

Wide text fields and embedded line breaks make row counts an unreliable size estimate. Use size splitting, then inspect actual file sizes and preserve the input order.

  • Set a target below the published 100 MB limit
  • Treat quoted commas and line breaks as part of the row
  • Confirm the destination table and primary field before import

Build Airtable batches in LocaCSV

Splitting does not map Airtable fields or merge linked records. Use Airtable's import preview to verify field mapping and primary values.

  1. Diagnose the CSV and record its byte size, header, and row count
  2. Choose size splitting with a safety margin below 100 MB
  3. Download the numbered files and verify each header and size
  4. Import one batch at a time and mark accepted batches

Reconcile all Airtable batches

  • Every output is below the chosen safety threshold
  • The header and field order are consistent across files
  • The total row count equals the source after intentional exclusions
  • No accepted batch is sent again during a retry

If Airtable reports a field or record error

Check field types, select options, linked-record values, and the primary field. These are destination constraints and should not be guessed from the CSV alone.

Create Airtable-sized CSV files

Official documentation

Limits and import formats can change. Use the official documentation below as the final check for your account and plan.