jszwec/csvutil
csvutil provides fast and idiomatic mapping between CSV and Go (golang) values. observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 11
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3229
- days_rel: n/a
- days_push: 536
- n_releases_24m: 0
Adoption not part of the score
1033 stars · 69 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
csvutil is a Go library providing fast, idiomatic, dependency-free mapping between CSV data and Go struct values via struct tags. It wraps any csv Reader/Writer implementation (such as the standard library) and supports marshaling, unmarshaling, streaming, and nested structs.
Use cases
- decode csv rows into go structs
- marshal go structs to csv
- stream large csv files into typed values
- map csv columns to struct fields with tags
- handle csv files without headers
- normalize csv data while decoding
When to choose
- you need typed CSV binding in Go with struct tags
- you want streaming decode of large CSV files
- you want to swap in a faster CSV reader/writer behind the same API
When to avoid
- you need a CSV parser itself - csvutil relies on an external reader/writer
- you work outside the Go ecosystem
- you need CSV features like type inference without predefined structs
Facets
library · maturity stable
serialization parser csv files developer-tools go cross-platform csv-mapping struct-tags marshal unmarshal streaming-decoder dependency-free data-engineering
1 source
- readme: https://github.com/jszwec/csvutil · fetched 2026-08-28 · a70452cf32ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jszwec/csvutil | main | 28 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem