Browse Source

Added back original comment

pull/665/head
konuch 6 years ago committed by GitHub
parent
commit
bf09206f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      papaparse.js

1
papaparse.js

@ -1593,6 +1593,7 @@ License: MIT
continue; continue;
} }
// Next delimiter comes before next newline, so we've reached end of field
if (nextDelim !== -1 && (nextDelim < nextNewline || nextNewline === -1)) if (nextDelim !== -1 && (nextDelim < nextNewline || nextNewline === -1))
{ {
// we check, if we have quotes, because delimiter char may be part of field enclosed in quotes // we check, if we have quotes, because delimiter char may be part of field enclosed in quotes

Loading…
Cancel
Save