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
record:[ http:, null, example.com, company, Alice ] --- size: 5
record:[ Bob ] --- size: 1
record:[ Bob, Charles ] --- size: 2
record:[ path, .., Danny ] --- size: 3
record:[ Emily Smith ] --- size: 1
The delimiter detection does not seem to factor in equality of record size across rows, nor the related fact that the delimiter doesn't occur in all rows (anymore?). This has not been a problem in earlier releases.
IMO the delimiter canidate that leads to a consistent record size should be preferred above the most prevalent.
(In this case, header detection could already indicate that there is only one column, so delimiter detection could be skipped.)
The text was updated successfully, but these errors were encountered:
Since release 2.9.1 automatic delimiter detection returns delimiters that lead to inconsistent record sizes.
Consider this single column csv example.
Running this returns:
The delimiter detection does not seem to factor in equality of record size across rows, nor the related fact that the delimiter doesn't occur in all rows (anymore?). This has not been a problem in earlier releases.
IMO the delimiter canidate that leads to a consistent record size should be preferred above the most prevalent.
(In this case, header detection could already indicate that there is only one column, so delimiter detection could be skipped.)
The text was updated successfully, but these errors were encountered: