You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering if that check could be removed or be optional.
We came up with a solution, where we created a custom IntColumnType and IntParser, trying to set columnTypesToDetect in ReadOptions, however it looks like the setter is missing in CsvReadOptions.Builder so the default columnTypesToDetect list cannot be overriden.
We used reflection, but would like to avoid this solution.
Ideal would be to handle "x.0" values as double instead.