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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
First of all thanks for your awesome library.
I noticed that CSVReader completely ignores the delimiter (when specified on constructor) when we use ToMatrix() or ToTable().
This GuessDelimiterFromBuffer() should not happen if delimiter was specified from constructor.
We noticed the issue because in french the double parser expects 0,12 (instead of 0.12), but reading the matrix 0,12;0,13 separates the entries according to ',' instead of specified ';'