CSV to Shapefile Converter

Turn an inventory spreadsheet, survey export, or asset register into a Shapefile ready for ArcGIS or QGIS.

Convert CSV to Shapefile now

Common issues converting CSV to Shapefile

Frequently asked questions

Why is my column 'population_estimate' showing as POPULATION in the output?

DBF truncates field names to 10 chars and uppercases them. Rename the source column to ≤10 chars to control the result.

Does the .prj file ship by default?

Yes — a WGS 84 .prj is included so downstream tools recognise the CRS without prompting. The .cpg declares UTF-8 encoding for proper non-ASCII attribute support.

Can I convert a CSV without explicit lat/lng columns?

No — you need point coordinates. Geocode addresses first (Nominatim, Mapbox, Google Geocoding) and add lat/lng columns, then convert.

What if a numeric value exceeds DBF's precision?

Values beyond 15 significant digits round-trip as truncated. Cast to string in the source if you need to preserve exact-string fidelity (rare for geo data).

Related conversions