csv

package
v2.2.8 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package csv contains the CSV converter which allows to concurrently store the processed data into a CSV file.

Index

Constants

View Source
const Name = "csv"

Name of the converter.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSV

type CSV[In any] struct {
	converter.IConverter[In, string] `json:"converter" validate:"required"`
}

CSV definition.

func Must added in v2.2.0

func Must[In any](
	opts ...converter.Func[[]In, string],
) *CSV[[]In]

Must returns a new converter or panics if an error occurs.

func New

func New[In any](
	opts ...converter.Func[[]In, string],
) (*CSV[[]In], error)

New creates a new converter.

Jump to

Keyboard shortcuts

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