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
The issue has been partially resolved, at least from the quick-plan point of view, it support CR or CRLF line endings, but the library it uses to parse CSV still has open issues related to this matter:
Of course in future, we can create our own CSV file parser or finding another one that can parse CR characters even if they are contained within a quoted value without breaking the line.
The workaround for now would be to use Google Spreadsheets or LibreOffice Calc, because both editors force LF character when breaking the line within a cell. Avoid MS Excell for now.
It seems that Excell enforces \r, so we'll support it in the future, till then, stick with Google Drive Spreadsheet and probably Open Office.
The text was updated successfully, but these errors were encountered: