mirror of
https://github.com/qurator-spk/neat.git
synced 2025-07-27 19:09:55 +02:00
update example
This commit is contained in:
parent
3e0bb90c83
commit
56dadf17db
2 changed files with 95 additions and 94 deletions
|
@ -34,6 +34,7 @@
|
||||||
function handleFileSelect(evt) {
|
function handleFileSelect(evt) {
|
||||||
var file = evt.target.files[0];
|
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, {
|
Papa.parse(file, {
|
||||||
header: true,
|
header: true,
|
||||||
delimiter: '\t',
|
delimiter: '\t',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue