I am using a library, ya-csv, that expects either a file or a stream as input, but I have a string.

How do I convert that string into a stream in Node?

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *