CSV to PostgreSQL Dump
Convert CSV files to PostgreSQL Dump format
🔒 All processing happens locally in your browser. Your files never leave your device.
About CSV
CSV (Comma-Separated Values) with coordinate columns is a common way to store point data exported from spreadsheets, databases, and survey instruments. Most GIS software can read CSV files with latitude/longitude columns as point layers.
You might convert from CSV when you want to visualise the points as a map layer, perform spatial analysis, or export to a format that preserves the point geometry rather than raw coordinate columns.
Frequently asked questions
Which columns are used for the geometry?
The converter looks for common column names like "latitude", "longitude", "lat", "lon", "x", "y". If your CSV uses different names, you may need to rename the columns before uploading.
Can I convert a CSV with addresses instead of coordinates?
No — the converter requires numeric coordinate columns. To geocode addresses to coordinates first, use a geocoding service such as the Google Maps Geocoding API or Nominatim.
What happens to non-coordinate columns in my CSV?
All other columns in the CSV are preserved as feature attributes (properties) in the output format.
More CSV Conversions
Convert CSV files to other popular formats
to GeoJSON
.geojson
to KML
.kml
to Shapefile
.zip
to GPX
.gpx
to GeoPackage
.gpkg
to FlatGeobuf
.fgb
to JSON-FG
.json
to MVT
.mvt
to PMTiles
.pmtiles
to MBTiles
.mbtiles
to DXF
.dxf
to PDF
to GML
.gml
to Excel (XLSX)
.xlsx
to OpenDocument Spreadsheet
.ods
to GeoRSS
.xml
to MapInfo TAB
.tab
to File Geodatabase
.gdb.zip
to SpatiaLite
.sqlite
to GeoJSON Sequences
.geojsonl
to DGN (Microstation)
.dgn
to S57 Nautical Charts
.000
Convert to PostgreSQL Dump From Other Formats
Convert other geospatial formats to PostgreSQL Dump
from GeoJSON
.geojson
from KML
.kml
from Shapefile
.zip
from GPX
.gpx
from GeoPackage
.gpkg
from FlatGeobuf
.fgb
from JSON-FG
.json
from MVT
.mvt
from PMTiles
.pmtiles
from MBTiles
.mbtiles
from DXF
.dxf
from TopoJSON
.topojson
from GML
.gml
from OpenStreetMap
.osm
from Excel (XLSX)
.xlsx
from OpenDocument Spreadsheet
.ods
from SVG
.svg
from GeoRSS
.xml
from MapInfo TAB
.tab
from File Geodatabase
.gdb.zip
from SpatiaLite
.sqlite
from Esri JSON
.json
from GeoJSON Sequences
.geojsonl
from DGN (Microstation)
.dgn
from S57 Nautical Charts
.000
Visualize Your Data
View your geospatial files on an interactive map
Coordinate Conversion Tools
Convert between different coordinate systems