csv

command module
v0.0.0-...-838b099 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MIT Imports: 5 Imported by: 0

README

Basic CSV Parsing

This example covers:

  • Reading from a csv file.
  • Writing to a csv file.

The encoding/csv package in the standard Go library provides the parser you need to parse CSV. Use the function Read() to read and parse a record from an instance of Reader. Make sure you handle the returned state for io.EOF.

Setup

  1. Run the program

    $ make run
    

Reference and Credits

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