|
|
@ -65,7 +65,6 @@ describe('PapaParse', function() { |
|
|
|
parser.pause(); |
|
|
|
parser.pause(); |
|
|
|
parser.resume(); |
|
|
|
parser.resume(); |
|
|
|
if (results.data && stepped % 200 === 0) { |
|
|
|
if (results.data && stepped % 200 === 0) { |
|
|
|
//console.log(JSON.stringify(results.data));
|
|
|
|
|
|
|
|
dataRows.push(results.data); |
|
|
|
dataRows.push(results.data); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|