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

gocarina/gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language observed · 2026-08-28

github.com/gocarina/gocsv · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4508
  • days_rel: n/a
  • days_push: 9
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2190 stars · 261 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library providing easy CSV serialization and deserialization by mapping CSV files to and from Go structs using struct tags. It supports custom converters, nested structs, and file/string marshaling APIs inspired by mgo.

Use cases

  • load csv files into go structs
  • serialize go structs to csv
  • parse csv records with struct tags
  • write csv output from go application
  • convert csv rows to typed objects
  • handle custom csv column formats

When to choose

  • you need struct-based CSV binding in Go with minimal boilerplate
  • you want custom marshaling/unmarshaling of CSV column values
  • you need nested struct support for CSV columns

When to avoid

  • you only need raw low-level CSV reading without struct mapping
  • you work outside the Go ecosystem
  • you need streaming processing of extremely large CSV files beyond memory

Facets

library · maturity active

serialization csv parser files developer-tools go cross-platform csv-serialization struct-mapping unmarshal marshal data-engineering

1 source

Member repositories

RepositoryRoleHealth v2
gocarina/gocsvmain77

For agents

markdown · JSON · MCP: product_card(name="gocarina/gocsv")

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