CSV to GPX Converter

Build a GPX file from a spreadsheet of coordinates — useful for loading custom waypoints or a route into a GPS device.

Convert CSV to GPX now

Common issues converting CSV to GPX

Frequently asked questions

Will this produce a trackable route on my GPS?

Rows marked type=trkpt become a continuous track. Rows without that flag become standalone waypoints — Garmin and similar devices handle both.

Which column becomes the waypoint name?

A column literally named 'name'. Rename first if yours is called 'label', 'title', etc.

Can I include heart rate?

Yes — a column named 'hr' emits the TrackPointExtension heart-rate element. Cadence ('cad') and temperature ('atemp') work the same way.

What timestamp format is accepted?

ISO 8601 (2024-01-15T10:30:00Z). Excel's default datetime formats usually don't round-trip — export explicitly as ISO 8601.

Related conversions