Browse Source

Now indicating if preview consumed whole input (closes #78)

pull/93/head
Matthew Holt 11 years ago
parent
commit
f3503b571c
  1. 3
      papaparse.js

3
papaparse.js

@ -1157,7 +1157,8 @@ @@ -1157,7 +1157,8 @@
meta: {
lines: _lineNum,
delimiter: _delimiter,
aborted: _aborted
aborted: _aborted,
truncated: _preview > 0 && _i < _input.length
}
};
}

Loading…
Cancel
Save