Currently the csv module constructs only support reading from an fs.File instance. To make it more flexbile and convinient for our users we would like to add support for calling both parse and constructing a Parser from a ReadableStream.
Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
Feature Description
Currently the csv module constructs only support reading from an
fs.File
instance. To make it more flexbile and convinient for our users we would like to add support for calling bothparse
and constructing aParser
from aReadableStream
.Suggested Solution (optional)
No response
Already existing or connected issues / PRs (optional)
No response