How to create a strem from a string which contains csv

Viewed 29

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.

0 Answers
Related