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.
The text was updated successfully, but these errors were encountered:
Currently,
Double
andInt
haveCSVEncodable
support added. Any other numeric types have to handle their own encoding within theCSVColumn
configuration.Expanding the list of support to
Float
,UInt
, etc., could be useful.The text was updated successfully, but these errors were encountered: