csv

package
v0.0.0-...-4f7ee9a Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package csv deals with all the CSV stuff.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteCSV

func WriteCSV(path string, header dbc.Header, types []dbc.FieldType, colNames []string, recordsData, stringBlock []byte) (err error)

WriteCSV gathers all the data to write into a CSV file.

Types

type FieldType

type FieldType int

FieldType defaults field type to int.

const (
	FieldTypeInt FieldType = iota
	FieldTypeFloat
	FieldTypeString
)

These constants define what type of fields should be used for CSV.

Jump to

Keyboard shortcuts

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