package
Version:
v0.0.0-...-7f3c7df
Opens a new window with list of versions in this module.
Published: Dec 23, 2024
License: Unlicense
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package csvutil implements CSV utility functions.
Parse parses the given CSV stream into v.
func ParseFile(csvPath string, v interface{}) (err error)
ParseFile parses the given CSV file into v.
Write marshals v into CSV format, writing to w.
func WriteFile(csvPath string, v interface{}) (err error)
WriteFile marshals v into CSV format, writing to csvPath.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.