fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
929 stars 196 forks source link

Csv schema column name with parenthesis #348

Open adamklein opened 8 years ago

adamklein commented 8 years ago

Doesn't seem to work with default RegexOptions.RightToLeft, corresponding to:

https://github.com/fsharp/FSharp.Data/issues/946

The code is separate from CSV parser, but posted there for completeness.

adamklein commented 8 years ago

Also, doesn't seem to respect Guid and DateTime schema types. Will submit pull request to fix.