rippinrobr / baseball-stats-db

Tools to help create and maintain databases based on the Baseball Databank Files
Apache License 2.0
10 stars 2 forks source link

Loading 2017 baseball databank Teams.csv file throws an error #13

Closed rippinrobr closed 6 years ago

rippinrobr commented 6 years ago

2018/03/30 10:30:20 There was an error while attempting to parse and storethe file /Users/robertrowe/src/baseballdatabank/core/Teams.csv Error: line 11, column 23: strconv.ParseInt: parsing "53.0": invalid syntax

That is the SB column which should be an integer, there is no way to steal a fraction of a base.

rippinrobr commented 6 years ago

Issue is the Bb, Hbp, Sb and Cs fields should be ints but are floats