You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When parsing a csv that uses " (double quote) as the quote char and ' (single quote) as the escape char, if a quoted field ends with two single quotes an error is reported. It is expected that two instances of the escape char in a field would escape-the-escape char and so the field would pass parsing successfully.
Parsing or Formatting?
Formatting
Parsing
To Reproduce
Steps to reproduce the behavior:
Code sample:
Describe the bug
When parsing a csv that uses " (double quote) as the quote char and ' (single quote) as the escape char, if a quoted field ends with two single quotes an error is reported. It is expected that two instances of the escape char in a field would escape-the-escape char and so the field would pass parsing successfully.
Parsing or Formatting?
To Reproduce
Steps to reproduce the behavior:
Code sample:
Expected behavior
Expect a raw field like this (it's a bit hard to read, but this string terminates with two single quotes then a double quote):
To parse to value:
However instead we get the error:
If applicable, add screenshots to help explain your problem.
(not applicable)
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: