package csv

import "cuelang.org/go/pkg/encoding/csv"

Index

Functions

func Decode

func Decode(r io.Reader) ([][]string, error)

Decode reads in a csv into a list of lists.

func Encode

func Encode(x cue.Value) (string, error)

Encode encode the given list of lists to CSV.

Source Files

manual.go

Version
v0.0.15
Published
Dec 5, 2019
Platform
windows/amd64
Imports
4 packages
Last checked
1 second ago

Tools for package owners.