converter

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package converter provides conversion utilities for the csvpp CLI.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromJSON

func FromJSON(r io.Reader) ([]*csvpp.ColumnHeader, [][]*csvpp.Field, error)

FromJSON reads JSON array and converts to CSVPP headers and records. The JSON must be an array of objects with consistent keys.

func FromYAML

func FromYAML(r io.Reader) ([]*csvpp.ColumnHeader, [][]*csvpp.Field, error)

FromYAML reads YAML array and converts to CSVPP headers and records. The YAML must be an array of objects with consistent keys.

Types

This section is empty.

Jump to

Keyboard shortcuts

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