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 think this happens, because the plugin is trying to guess the default delimiter. And : is also checked and it occurs more often than the comma, so the plugin uses this.
Given a file double colon characters in the first field, e.g.
I would expect to see:
However, this plugin produces:
It seems to interpret the colon as field delimiters and ignores the comma.
Same if there tabs in the file. In more complex files, it gets really confused, respecting some commas/tabs as field delimiters and ignoring others.
The text was updated successfully, but these errors were encountered: