Add initial support for reading candidate data from a CSV file

This commit is contained in:
2024-07-30 23:50:09 +10:00
parent 3f5dafa35c
commit 4ed59223cf
7 changed files with 55 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
"type": "php",
"request": "launch",
"program": "${workspaceFolder}/main.php",
"args": ["${workspaceFolder}/example-input"],
"args": ["${workspaceFolder}/example-config.json", "${workspaceFolder}/example-candidates.csv"],
"cwd": "${workspaceFolder}",
"port": 9000
}