Exporting results and data
Quick answer
ScrambleSync can export your tournament data as CSV (spreadsheet) or PDF. Available exports include final standings, hole-by-hole scorecards, skins payouts, registrations, and the integrity audit log. Each export is available from the relevant tab inside your tournament.
On this page
Available exports
| Export | Format(s) | Where to find it |
|---|---|---|
| Final standings (results) | CSV, PDF | Overview page → Export results CSV / Export standings PDF |
| Hole-by-hole scorecards | Overview page → Export scorecards PDF | |
| Skins payouts | CSV, PDF | Overview page → Export skins CSV / PDF |
| Registrations | CSV | Registration tab → Export |
| Integrity audit log | CSV, PDF | Score check tab → Export audit (CSV / PDF) |
Results (final standings)
The results export contains the final leaderboard: team name, gross score, net score (when handicaps are configured), score to par, and finishing position. The CSV opens cleanly in Excel or Google Sheets. The PDF is formatted for printing or sharing with participants.
Open your tournament
Click the tournament from your dashboard — you land on the Overview page by default.
Find the Exports section
On the Overview page, scroll to the Exports section where the download buttons live.
Click Export results CSV or Export standings PDF
Use the export buttons in the Exports section to download standings as a spreadsheet or a printable PDF.
Download
The file downloads immediately to your device. No email is sent.
Scorecards
The scorecards PDF contains every team's hole-by-hole gross scores plus total gross and net. It is formatted as a printable grid — useful for post-event record-keeping or sharing with players who want to review their round.
Skins payouts
If you have a skins side game configured, the skins export lists each hole, the winning team (if a skin was won outright), and payout amounts if you entered them. Tied holes carry over to the next hole per standard skins rules. If no payout amounts are set, the export shows standings only.
Registrations
The registrations CSV includes: registrant name, email, team name, amount paid, currency, status (registered / refunded / cancelled), and timestamps for when the registration was created and when payment was confirmed. Use this for check-in lists, refund tracking, or importing into your own system.
Integrity audit log
The integrity export contains all flags raised during scoring — which team, which hole, the type of anomaly (for example, a statistically implausible score), and severity level (Low / Medium / High). The CSV gives a full audit trail; the PDF is formatted as a report suitable for sharing with a rules committee.
Frequently asked questions
Can I export mid-event while scoring is still happening?
Yes. Exports use live data and can be run at any time. Results and scorecards will reflect scores as of the moment you click Export.
The skins export is empty. Why?
A skins side game must be configured under the Contests tab before the export has any data. If no skins game exists, the file will be empty.
Can I get a fundraising or charity report?
Yes — see the Fundraising receipts and reporting article for exports specific to donations, auctions, and raffles.
Is there a way to pull results programmatically?
Yes. The ScrambleSync API exposes GET /api/v1/tournaments/{id}/leaderboard and GET /api/v1/tournaments/{id}/scores for live data. See the API overview article for details.