csv

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromReader

func FromReader(r *csv.Reader, opt ...rivo.Option) rivo.Pipeline[rivo.None, []string]

FromReader returns a generator pipeline that reads from a csv.Reader. It's not thread-safe to use a pool size greater than 1.

func ToWriter

func ToWriter(w *csv.Writer, opts ...rivo.Option) rivo.Pipeline[[]string, struct{}]

ToWriter returns a pipeline that writes to a csv.Writer. Only errors from the csv.Writer are passed to the output stream.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL