I'm wondering how I can do this. What is the best and proper way to make Endpoint download CSV stream, without writing him to the file? From Docs it could be done like REST => writeFile =>createReadStream => StreamableFile.
I'm wondering how I can do this. What is the best and proper way to make Endpoint download CSV stream, without writing him to the file? From Docs it could be done like REST => writeFile =>createReadStream => StreamableFile.