Read CSV files inside zip file using the web streams API
I need to read a number of csv files inside a zip file.
The basic example I've got working so far is the following:
The problem is that the chunk is some weird array of strings of numbers and not the row I would expect.
Any help would be welcome.
1 Reply
I've managed to make the example self containing and can run without a zip file.
But I still haven't found a way I can read the unzipped file as a csv.
Somehow I should be able to wrap it in some way, but the streaming api is very confusing.
Also this example hangs after executing.