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
If the line breaks aren't one of \n, \r, \r\n when parsing a CSV, the library we're using won't recognise that there's a line break there.
The CSV-W spec allows you to specify any crazy chars you want to represent a line break. Is this a problem that we can't recognise any outside the standard three?
The text was updated successfully, but these errors were encountered:
If the line breaks aren't one of
\n
,\r
,\r\n
when parsing a CSV, the library we're using won't recognise that there's a line break there.The CSV-W spec allows you to specify any crazy chars you want to represent a line break. Is this a problem that we can't recognise any outside the standard three?
The text was updated successfully, but these errors were encountered: