Uint8Array too big to be converted to string
I’m trying to download a zipped csv-file, unzip it and parse it. Unfortunately, it seems like the unzipped file is too big (almost 1GB) to be converted to a string. What’s the best way to split the data? Is it possible to create a stream that streams the Uint8array to a string which is then streamed and read by the csv reader (papaparse)?
Uint8Array too big to be converted to string
I’m trying to download a zipped csv-file, unzip it and parse it. Unfortunately, it seems like the unzipped file is too big (almost 1GB) to be converted to a string. What’s the best way to split the data? Is it possible to create a stream that streams the Uint8array to a string which is then streamed and read by the csv reader (papaparse)?
Uint8Array too big to be converted to string
I’m trying to download a zipped csv-file, unzip it and parse it. Unfortunately, it seems like the unzipped file is too big (almost 1GB) to be converted to a string. What’s the best way to split the data? Is it possible to create a stream that streams the Uint8array to a string which is then streamed and read by the csv reader (papaparse)?