Documentation
¶
Overview ¶
Package tsv provides TSV import and export for the pulse I/O pipeline.
Package tsv provides TSV (tab-separated values) format adapters for the Pulse I/O pipeline.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader reads TSV data from a byte source.
func NewReaderFromBytes ¶
NewReaderFromBytes creates a TSV reader from raw bytes.
func (*Reader) ReadHeader ¶
ReadHeader returns column names from the first row.
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer writes TSV data.
func NewWriterToBuffer ¶
func NewWriterToBuffer() *Writer
NewWriterToBuffer creates a TSV writer that writes to an internal buffer.
func (*Writer) WriteHeader ¶
WriteHeader writes column names as the first TSV row.
Click to show internal directories.
Click to hide internal directories.