csvframer

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: Apache-2.0, MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEmptyCsv           = errors.New("empty/invalid csv")
	ErrReadingCsvResponse = errors.New("error reading csv response")
)

Functions

func ToFrame

func ToFrame(csvString string, options FramerOptions) (frame *data.Frame, err error)

Types

type FramerOptions

type FramerOptions struct {
	FrameName          string
	Columns            []gframer.ColumnSelector
	Delimiter          string
	SkipLinesWithError bool
	Comment            string
	RelaxColumnCount   bool
	NoHeaders          bool
}

Jump to

Keyboard shortcuts

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