csv

package
v0.5.13 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputFormatter

type OutputFormatter struct {
	OutputFile          string
	OutputFileTemplate  string
	OutputMultipleFiles bool
	WithHeaders         bool
	Separator           rune
	// contains filtered or unexported fields
}

func NewCSVOutputFormatter

func NewCSVOutputFormatter(opts ...OutputFormatterOption) *OutputFormatter

func NewTSVOutputFormatter

func NewTSVOutputFormatter(opts ...OutputFormatterOption) *OutputFormatter

func (*OutputFormatter) Close added in v0.3.1

func (f *OutputFormatter) Close(ctx context.Context, w io.Writer) error

func (*OutputFormatter) ContentType added in v0.2.84

func (f *OutputFormatter) ContentType() string

func (*OutputFormatter) OutputRow added in v0.3.1

func (f *OutputFormatter) OutputRow(ctx context.Context, row types.Row, w io.Writer) error

func (*OutputFormatter) OutputTable added in v0.3.1

func (f *OutputFormatter) OutputTable(ctx context.Context, table_ *types.Table, w_ io.Writer) error

func (*OutputFormatter) RegisterRowMiddlewares added in v0.3.1

func (f *OutputFormatter) RegisterRowMiddlewares(mw *middlewares.TableProcessor) error

func (*OutputFormatter) RegisterTableMiddlewares added in v0.3.1

func (f *OutputFormatter) RegisterTableMiddlewares(mw *middlewares.TableProcessor) error

type OutputFormatterOption

type OutputFormatterOption func(*OutputFormatter)

func WithHeaders

func WithHeaders(withHeaders bool) OutputFormatterOption

func WithOutputFile

func WithOutputFile(outputFile string) OutputFormatterOption

func WithOutputFileTemplate

func WithOutputFileTemplate(outputFileTemplate string) OutputFormatterOption

func WithOutputMultipleFiles

func WithOutputMultipleFiles(outputMultipleFiles bool) OutputFormatterOption

func WithSeparator

func WithSeparator(separator rune) OutputFormatterOption

Jump to

Keyboard shortcuts

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