grafana/k6

Add support for `ReadableStream` to csv module's operations

Opened this issue · 0 comments

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 both parse and constructing a Parser from a ReadableStream.

Suggested Solution (optional)

No response

Already existing or connected issues / PRs (optional)

No response