-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[C++] Allow the CSV Reader to accept multi-character delimiters #51275
Open
Assignees
Description
Describe the enhancement requested
Now the type of delimiter in ParseOptions is char, and we can only read csv files whose delimiter is one character. I think we can lift this restriction.
Component(s)
C++