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
When encoding a line which contains a field with an embedded escape code, CSV escapes the backslash, so the output contains \r\n instead of a CRLF. This is an issue with double-quoted fields which are allowed to have CRLF's embedded. See below:
When encoding a line which contains a field with an embedded escape code, CSV escapes the backslash, so the output contains
\r\n
instead of a CRLF. This is an issue with double-quoted fields which are allowed to have CRLF's embedded. See below:I can work around it by regex removing the escaped backslash, but unless I'm missing something this is incorrect behavior.
The text was updated successfully, but these errors were encountered: