Convert Shapefile to CSV
Convert zipped shapefiles to CSV with attributes and coordinates
See all geo format converters. Need to convert another format? Search all of our CSV converters.
Shapefile Input
Drop your zipped shapefile (.zip) here
or click to browse
CSV Output
CSV output will appear here...
How to Use This Tool
This tool converts ESRI shapefiles into CSV. Drop a zipped shapefile and each feature becomes a row: .dbf attributes become columns, point coordinates become latitude/longitude (converted via the .prj), and other geometries are preserved as WKT. Runs entirely in your browser — nothing is uploaded.
- Upload your zipped shapefile — A .zip containing .shp, .dbf, and ideally .prj.
- Get your CSV — Preview the table, then copy the result or save it as a .csv file.
FAQ
4 questionsDoes this tool upload my data?
No. The shapefile is unzipped and converted entirely in your browser. Your data never leaves your device.
What files does the tool need?
A single .zip containing the shapefile set — at minimum the .shp and .dbf files, plus the .prj projection file if you have it. This is the format most GIS portals hand out.
What happens if the .prj file is missing?
Without a readable .prj the tool cannot convert coordinates to latitude/longitude, so it outputs the raw stored coordinates and shows a warning naming the limitation. With a .prj, coordinates are converted to standard WGS84 latitude/longitude.
Can the zip contain more than one shapefile?
Yes. All layers are read and their features are combined into one CSV.