FSharp.Data icon indicating copy to clipboard operation
FSharp.Data copied to clipboard

Csv schema column names with parenthesis don't work

Open adamklein opened this issue 8 years ago • 2 comments

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 ...

adamklein avatar Jun 01 '16 20:06 adamklein

TBH, I don't remember why RightToleft was used

ovatsus avatar Jul 24 '16 14:07 ovatsus

Can you elaborate with an example.

bonjune avatar Apr 27 '23 08:04 bonjune