Is there any way to override default csv type inference behavior
"Columns with only 0, 1, Yes, No, True, or False will be set to bool"
(or may be inject a callback somewhere)
and treat 0/1 column as number for random csv (no shema known upfront)?
Thanks.
https://fsprojects.github.io/FSharp.Data/library/CsvProvider.html#Controlling-the-column-types
Is there any way to override default csv type inference behavior
"Columns with only 0, 1, Yes, No, True, or False will be set to bool"
(or may be inject a callback somewhere)
and treat 0/1 column as number for random csv (no shema known upfront)?
Thanks.
https://fsprojects.github.io/FSharp.Data/library/CsvProvider.html#Controlling-the-column-types