1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-09 19:59:55 +02:00

update example

This commit is contained in:
cneud 2019-07-29 18:35:35 +02:00
parent 3e0bb90c83
commit 56dadf17db
2 changed files with 95 additions and 94 deletions

View file

@ -34,6 +34,7 @@
function handleFileSelect(evt) {
var file = evt.target.files[0];
// TODO: adapt to streaming with 'chunk' callback for large file support, see https://www.papaparse.com/docs
Papa.parse(file, {
header: true,
delimiter: '\t',