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 Csv.ReaderOptions#lenientSeparator option should be set to true by default, as it is painful to use on different operating systems. The current default behavior regularly produces bugs on CI/CD. These bugs are easy to fix but are recurrent and quite annoying.
The text was updated successfully, but these errors were encountered:
The
Csv.ReaderOptions#lenientSeparator
option should be set totrue
by default, as it is painful to use on different operating systems. The current default behavior regularly produces bugs on CI/CD. These bugs are easy to fix but are recurrent and quite annoying.The text was updated successfully, but these errors were encountered: