Ross ROSS = Recommend OSS · open-source software intelligence for agents

jszwec/csvutil

csvutil provides fast and idiomatic mapping between CSV and Go (golang) values. observed · 2026-08-28

github.com/jszwec/csvutil · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
jszwec/csvutilmain28

For agents

markdown · JSON · MCP: product_card(name="jszwec/csvutil")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem