fsprojects / FSharpx.Extras

Functional programming and other utilities from the original "fsharpx" project
https://fsprojects.github.io/FSharpx.Extras/
The Unlicense
683 stars 146 forks source link

CSV Type Provider does not support RFC4180 #194

Closed Rickasaurus closed 11 years ago

Rickasaurus commented 11 years ago

The spec can found here: http://tools.ietf.org/html/rfc4180 It seems to fail on quoted values and, after I peeked at the code, it seems it only supports floating point values

Rickasaurus commented 11 years ago

Also, Tomas's CSV provider in FSharp.Data is quite good, but needs to be modified to work with large CSV files. The inference can be quite slow.

forki commented 11 years ago

Do you have a mini sample file?

forki commented 11 years ago

related: https://github.com/fsharp/fsharpx/issues/196

Rickasaurus commented 11 years ago

I don't because the data I'm using is private, but if you just paste some some numbers and strings into excel and export as CSV it should suffice for the most common cases.

Richard Minerich Microsoft MVP (F#) @Rickasaurus richard.minerich@gmail.com phone: 860-922-3456

On Fri, Jan 11, 2013 at 4:50 AM, Steffen Forkmann notifications@github.comwrote:

related: #196 https://github.com/fsharp/fsharpx/issues/196

— Reply to this email directly or view it on GitHubhttps://github.com/fsharp/fsharpx/issues/194#issuecomment-12137699.

forki commented 11 years ago

Won't fix it here.

But you should look into https://github.com/tpetricek/FSharp.Data/pull/9 ;-)