csv2go

command module
v0.0.0-...-4004f5b Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2020 License: AGPL-3.0 Imports: 6 Imported by: 0

README

csv2go

Generates Go code containing a multi-dimensional array with the contents of a CSV file.

Overview

csv2go is a Go code generator that takes a CSV file as it's input and creates a multidimensional array is it's output.

Installation

Prebuilt Binaries

Linux, macOS and Windows binaries are available on GitHub Releases.

Go Package

A Go package is available.

Usage

% csv2go -help
Usage of csv2go:
  -in string
        Path to the CSV input file (default "data.csv")
  -out string
        Path of the generated output file (default "csv.go")
  -package string
        Package name of the generated output file (default "csv")

License

csv2go (c) 2020 Felicitas Pojtinger

SPDX-License-Identifier: AGPL-3.0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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