|
|
#1 (permalink) |
|
Minors (Rookie Ball)
Join Date: Feb 2003
Posts: 45
Thanks: 0
Thanked 0x in 0 posts
|
CSV Exporter questions
Does this utility only export actual ratings?
I want to export data that matches http://mattfuller14.phpwebhosting.com/bbl/rookies.html (i.e. through the eyes of the league scout). Is that possible? Is there any documentation that maps the exported numbers into text descriptions? For example, durability comes out as 0, 1, 2. How does that map to Prone, Normal, Durable? Thanks. |
|
|
|
|
#2 (permalink) |
|
Global Moderator
Join Date: Feb 2002
Location: Minneapolis, MN
Posts: 5,009
Thanks: 30
Thanked 69x in 40 posts
|
Is this v5 or v6?
__________________
Joe Question to fiance -- How much do you love me? Answer -- So much that we can get our legs tied together, walking 3 legged for the rest of our lives and I'd love it. |
|
|
|
|
#5 (permalink) |
|
Major Leagues
Join Date: Apr 2004
Location: Tyrone, PA
Posts: 326
Thanks: 0
Thanked 0x in 0 posts
|
Here are the Excel formulas I use to translate the numeric code for those fields:
Pressure/Clutch: =IF(M2=2,"Great",IF(M2=1,"Suffers","Normal")) Hitter Type: =IF(N2=2,"Spray",IF(N2=1,"Pull","Normal")) Consistency: =IF(O2=2,"Very Inconsistent",IF(O2=1,"Average","Good")) Loyalty: =IF(Q2=2,"Loyal",IF(Q2=1,"Normal","Minimal")) Need Winner: =IF(R2=2,"Yes",IF(R2=1,"Sometimes","No")) Leadership: =IF(S2=2,"Great",IF(S2=1,"Some","None")) Durability: =IF(Z2=2,"Prone",IF(Z2=1,"Normal","Durable")) If you want mph ranges for Velocity, you'll need to use the VLOOKUP function. Here are the two columns you'll need for the lookup: 0 1 84-87 MPH 2 85-88 MPH 3 86-89 MPH 4 87-90 MPH 5 88-91 MPH 6 89-92 MPH 7 91-94 MPH 8 93-96 MPH 9 95-99 MPH 10 98-100 MPH Regarding your other question, it exports what you see in the game which may or may not be the actual rating. |
|
|
|
|
#6 (permalink) | |
|
Minors (Rookie Ball)
Join Date: Feb 2003
Posts: 45
Thanks: 0
Thanked 0x in 0 posts
|
Quote:
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|