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
Currently, Double and Int have CSVEncodable support added. Any other numeric types have to handle their own encoding within the CSVColumn configuration.
Expanding the list of support to Float, UInt, etc., could be useful.
Currently,
DoubleandInthaveCSVEncodablesupport added. Any other numeric types have to handle their own encoding within theCSVColumnconfiguration.Expanding the list of support to
Float,UInt, etc., could be useful.