fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
815 stars 288 forks source link

Support time of day inference #1170

Open baronfel opened 6 years ago

baronfel commented 6 years ago

We should be able to support parsing a time-of-day somehow, so that eg. a csv with a column of 14:55:10 can be inferred as a TimeSpan or something. We should also support naming this type in the schema suggestions, eg Schema = "Timestamp(TimeSpan)"

ovatsus commented 6 years ago

See #1027