I wanted write to csv from an array which is very large, so in node i got the error of exceeding the heap size. So if the data is streamed , and csv-writer can accept a stream of data , then memory will be efficiently used and such an error would be avoided.
I wanted write to csv from an array which is very large, so in node i got the error of exceeding the heap size. So if the data is streamed , and csv-writer can accept a stream of data , then memory will be efficiently used and such an error would be avoided.