GPX to CSV Converter

Analyze GPS tracks in Excel, a BI tool, or a SQL database — one row per trackpoint.

Convert GPX to CSV now

Common issues converting GPX to CSV

Frequently asked questions

What columns does the output have?

type (trackpoint/waypoint/routepoint), latitude, longitude, elevation, time, plus any fitness extension fields present (hr, cad, atemp).

Are track boundaries preserved?

A 'track_name' or 'segment_id' column records which track/segment each point belongs to, so you can GROUP BY downstream.

Can I import this into Strava or Garmin?

No — those platforms require GPX, not CSV. Use GeoJSON→GPX or export CSV and re-import into a tool that builds GPX.

How accurate are GPS timestamps?

They reflect what the source device wrote. Consumer GPS clocks are accurate to ~100ms; the CSV preserves whatever precision the GPX had.

Related conversions