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 pkg.go

Version
v0.9.0-alpha.2
Published
Apr 18, 2024
Platform
linux/amd64
Imports
6 packages
Last checked
16 minutes ago

Tools for package owners.