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:
parent
3e0bb90c83
commit
56dadf17db
2 changed files with 95 additions and 94 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue