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
// same number of rows as current best but more fields (legacy tie-breaker)
1830
+
// more lines wins even with fewer fields, so long as number of fields >= 2
1831
1831
boolbetterTie= (thisBlockLines==topNumLines&&
1832
1832
lastncol>topNumFields&&// when number of lines is tied, choose the sep which separates it into more columns
1833
1833
(quoteRule<QUOTE_RULE_EMBEDDED_QUOTES_NOT_ESCAPED||quoteRule <= topQuoteRule) &&// for test 1834 where every line contains a correctly quoted field contain sep
0 commit comments