CSV ↔ GPX Converter

Free online CSV to GPX and GPX to CSV converter — map lat/lon/elevation columns and export GPS track points. Fully client-side, no upload needed.

FAQ

What CSV columns are required for GPX conversion?

At minimum, you need columns for latitude and longitude. You can optionally map elevation and timestamp columns. Any column names work — you specify which column maps to which field.

What format should timestamps be in?

ISO 8601 format is ideal (e.g. 2024-01-15T10:30:00Z). If no timestamp column is provided, track points are created without time data.

Can I convert GPX back to CSV?

Yes. The GPX → CSV tab extracts all track points and writes them as rows with lat, lon, ele, and time columns.

Is my GPS data sent to any server?

No. All parsing and conversion happens locally in your browser.