You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: