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 `FieldingPost.csv` throws an error #14

Closed rippinrobr closed 6 years ago

rippinrobr commented 6 years ago

here was an error while attempting to parse and storethe file /Users/robertrowe/src/baseballdatabank/core/FieldingPost.csv Error: line 105, column 9: strconv.ParseInt: parsing "33.0": invalid syntax

Column 9 is InnOuts which should be an int

rippinrobr commented 6 years ago

cleared up the Column 9 issues and now this one appears:

2018/03/30 11:02:56 There was an error while attempting to parse and storethe file /Users/robertrowe/src/baseballdatabank/core/FieldingPost.csv Error: line 197, column 14: strconv.ParseInt: parsing "0.0": invalid syntax