Import Golf Scores

Upload CSV files with player scores for any season

Import Golf Scores
Upload a CSV file with player scores for a golf season. Supports both 2024 and 2025 formats.

If not provided, will default to "Season 2025"

Supported Formats

  • 2024 Format: Player,R1,R2,R3,...
  • 2025 Format: Greiddur,Leikmaður,R1,R2,R3,...
  • • Automatically detects format based on headers
  • • Empty scores are ignored, existing scores are updated
CSV Format Guide
Supported file formats and structure

2024 Format:

Player,R1,R2,R3,R4,...

2025 Format:

Greiddur,Leikmaður,R1,R2,R3,...
  • • Format is auto-detected from headers
  • • Empty scores are ignored
  • • Existing scores are updated safely
  • • Players are matched by name
Quick Commands
Terminal commands for batch imports

Import 2024 Scores:

pnpm run import:2024

Import 2025 Scores:

pnpm run import:2025

Custom Import:

pnpm run import:scores [year] [file]
Getting Started
Steps to import your golf scores
1

Prepare Your CSV File

Ensure your CSV has player names and round scores in the correct format

2

Select File and Year

Upload your CSV file and specify the season year

View Results

Check the leaderboard and player statistics after import