grafana / k6

A modern load testing tool, using Go and JavaScript - https://k6.io
GNU Affero General Public License v3.0
26.13k stars 1.27k forks source link

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

Open oleiade opened 1 week ago

oleiade commented 1 week ago

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