simple

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OpenCSV

func OpenCSV(filename string) (grate.Source, error)

OpenCSV defines a Source's instantiation function. It should return ErrNotInFormat immediately if filename is not of the correct file type.

func OpenCSVBytes

func OpenCSVBytes(data []byte) (grate.Source, error)

OpenCSVBytes opens CSV data from an in-memory byte slice.

func OpenTSV

func OpenTSV(filename string) (grate.Source, error)

OpenTSV defines a Source's instantiation function. It should return ErrNotInFormat immediately if filename is not of the correct file type.

func OpenTSVBytes

func OpenTSVBytes(data []byte) (grate.Source, error)

OpenTSVBytes opens TSV data from an in-memory byte slice.

Types

This section is empty.

Jump to

Keyboard shortcuts

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