Convert GPX to CSV
Convert GPX waypoints and tracks to CSV
Converting the other way? Use the CSV to GPX converter. See all geo format converters. Need to convert another format? Search all of our CSV converters.
GPX Input
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
CSV Output
CSV output will appear here...
How to Use This Tool
This tool converts GPX into CSV. Waypoints become rows with their names, coordinates, elevation, and timestamps; tracks and routes are preserved as WKT geometry. Runs entirely in your browser — nothing is uploaded.
- Paste or upload your GPX — Exports from Garmin, Strava, and other GPS apps work directly.
- 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 conversion happens entirely in your browser. Your data never leaves your device.
What is a GPX file?
GPX (GPS Exchange Format) is the XML format GPS devices and apps like Garmin and Strava use to store waypoints, routes, and recorded tracks.
Which columns does a waypoint get?
Waypoints become rows with name, latitude, longitude, and — when present in the file — elevation and time columns.
How are tracks and routes handled?
Each track or route stays as a single row with its full geometry written to a geometry_wkt column in WKT text, so no data is dropped.