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
I get an index out of range error when I try to import a CSV file which has both a newline and a comma within a single (quoted) cell. It does not crash when I only have a newline, or I only have a comma.
See this Swift Playground for a full reproduction of the error. The failing code is also copied below:
Thank you for reporting this, I will have a look at this shortly. If you need it right away, feel free to fix it yourself and provide a pull request. Just make sure that you write a test for this (you already have your example) so this stays fixed in future releases.
I get an index out of range error when I try to import a CSV file which has both a newline and a comma within a single (quoted) cell. It does not crash when I only have a newline, or I only have a comma.
See this Swift Playground for a full reproduction of the error. The failing code is also copied below:
The text was updated successfully, but these errors were encountered: