Closed Quafadas closed 4 years ago
@Quafadas please try the following format. Thanks!
readRemoteFile(bigFileURL, {
worker: true,
header: true,
dynamicTyping: true,
complete: function(results) {
console.log(results)
}
})
@Quafadas if it work please kindly let us know. Thanks!
Yes!
Worked great. Thanks :-).
@Quafadas You are very welcome. Thanks :-)
I can't get this to work.
Any hints?
` const configOptions = {header: true, dynamicTyping: true};
Gets me back data with the header in ...