Quote:
Originally Posted by stellar
Is it safe to assume that this utility won't work on a Mac?
I want to use Gambo's DB, but am confused on the EXACT steps to take.
|
Correct. Sorry, I should have said in the first post, it's Excel/vba and uses the Windows scripting host object model, so no good for Macs.
If you want to do the same manually: you need to create each of the batting.csv, pitching.csv, fielding.csv and fieldingOF.csv from a combination of (in order):
- the records for years
upto the year before your league will start from the
Lahman folder files.
- the records for the year the league will start from the
Import folder files.
- the records for the years after your league start year from the Yearly folder files.
Do all of this on a new copy, not overwriting the originals from any of the subfolders.
(edit: for fieldingOF.csv, use the Import file for the years before import).