Import participant data from any time keeping- or online application system to Racemap. Update participant data in your system and data will be synced every 60 sec automatically.
JSON- or XML-file with participant data
host this file with a URL
needed format of JSON-File:
[{"name" : "Max Mustermann","startNumber" : "78","starterId" : "ZBCBJ73","deviceType" : "Active","deviceClass" : "TrackPingTransponder","times" : {"start" : ["2018-01-06T12:37:23.234Z","2018-01-06T13:12:34.2Z"],"end" : "2018-01-06T14:10:53.2Z","measurement_1" : ["2018-01-06T12:45:12.635Z","2018-01-06T13:35:53.2Z"],"measurement_2" : ["2018-01-06T12:56:53.2Z", "2018-01-06T13:51:53.2Z"]},"email" : "max.mustermann@email_prov.com","markerColor" : "#38BF3C",},……]
needed format of XML-File:
<starters><startername="Max Mustermann"startNumber="78"starterId="ZBCBJ73"deviceType="Active"deviceClass="TrackPingTransponder"email="max.mustermann@email_prov.com"markerColor="#38BF3C"><times><start><time>2018-01-06T12:37:23.234Z</time><time>2018-01-06T13:12:34.2Z</time></start><end>2018-01-06T14:10:53.2Z</end><measurement_1><time>2018-01-06T12:45:12.635Z</time><time>2018-01-06T13:35:53.2Z</time></measurement_1><measurement_2><time>2018-01-06T12:56:53.2Z</time><time>2018-01-06T13:51:53.2Z</time></measurement_2></times></starter>……</starters>
Parameter starterId
has to be unique within one event.
Parameters starterId
and deviceType
required to import a specific participant into Racemap. Participants without starterId
and / or without deviceType
are not imported into your tracking map.
UTC format of <time>
corresponding to ISO 8601 https://en.wikipedia.org/wiki/ISO_8601