FSharp.Data
FSharp.Data copied to clipboard
Csv schema column names with parenthesis don't work
If we have a schema
"Na( )me (type)"
This is parsed correctly without RightToLeft, but when RightToLeft is used, it is not, ie the Name is "Na" and the type is " )me (type".
This is problematic for us b/c we have column names with parentheses ...
TBH, I don't remember why RightToleft was used
Can you elaborate with an example.