Your Cart
Loading

Race Results CSV Scrubber

On Sale
$0.00
Pay what you want:
$
Added to cart

Race Result CSV File Scrubber – Automatic Invalid CSV File Removal for Vsk5


This tool automates the CSV results file cleanup process and ensures only useless files that are generated by restarting races are removed while keeping all valid race data intact. It prevents clutter in your results folder and makes race management effortless.


Full Guide Here,... Race Results CSV Scrubber


1. Download the zip file and extract the (.bat) Batch File


2. Edit the File


  • Right-click the .bat file and select Edit.
  • Find this line:
  • cd /d "C:\path\to\your\folder"
  • Replace "C:\path\to\your\folder" with your Vsk5 Results folder path, usually:
  • cd /d "%USERPROFILE%\Documents\Vsk5\Results"
  • Save and close the file.


3. Run the Scrubber


  • Double-click the .bat file to start.
  • It will immediately scan all CSV files in the folder and permanently delete any invalid race results.
  • The script loops through every line of every CSV file, checking for invalid results.
  • It will only delete files where every single entry has a score of -1 in the second column.
  • It will NOT delete files that contain valid race times or status codes such as DNS (Did Not Start), DNC (Did Not Compete), DNF (Did Not Finish), or DSQ (Disqualified).
  • Invalid files are deleted instantly—they will not go to the Recycle Bin and cannot be recovered.
  • After the first scan, it will wait 5 minutes before scanning again, repeating this process indefinitely.


4. Adjusting the Recheck Timing


By default, the scrubber runs every 5 minutes. If you want to change the interval:

  • Open the .bat file in Notepad.
  • Find this line near the end of the script:
  • batch
  • CopyEdit
  • timeout /t 300 /nobreak >nul
  • Change 300 to your preferred number of seconds. For example:
  • Every 10 minutes → timeout /t 600 /nobreak >nul
  • Every 1 minute → timeout /t 60 /nobreak >nul
  • Save the file and restart the script for the change to take effect.


That’s it!


Set it up once, and let it run in the background for automatic results folder maintenance.

You will get a ZIP (550B) file