Convert MVT files to CSV online

Turn a .mvt Mapbox Vector Tile into a CSV table of its features, one row per feature with its attributes and geometry.

You’ll need
File
20 MB max
You’ll get
Text
How long
Under 1 min

Have a Mapbox Vector Tile that spreadsheet tools will not open? This page converts an MVT file to a CSV table you can read in any spreadsheet app.

How to convert MVT to CSV

  1. Upload a .mvt or .pbf Mapbox Vector Tile up to 20 MB.
  2. Press Convert file and download the CSV.

What you get

One CSV row per feature in the tile:

  • Feature attributes as columns (name, kind, IDs, and anything else the tile stores)
  • The geometry of each feature as WKT text
  • One row per feature, no separate files

When this helps

  • Turning a tile into a list you can filter in Excel or Google Sheets
  • Auditing what attributes a tile actually carries
  • Extracting features for a quick report without a desktop GIS

Common questions