JoshClose/CsvHelper
Library to help reading and writing CSV files observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 28
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 6090
- days_rel: n/a
- days_push: 432
- n_releases_24m: 0
Adoption not part of the score
5208 stars · 1104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CsvHelper is a .NET library for reading and writing CSV files, with support for mapping CSV data to custom class objects. It is fast, RFC 4180 compliant, highly configurable, and runs anywhere .NET Standard 2.0 is supported.
Use cases
- read csv files into c# objects
- write records to a csv file in .net
- parse large csv files with low memory usage
- map csv columns to custom class properties
- handle non-standard csv files like excel exports
- convert csv data to strongly typed records
When to choose
- you are on .NET and need robust, fast CSV reading and writing
- you need RFC 4180 compliance or Excel-compatible parsing fallback
- you want automatic mapping between CSV files and strongly typed classes
- you need to stream large CSV files with low memory usage
When to avoid
- you are not working in a .NET environment
- you need to parse other delimited or structured formats like JSON or XML
- you need a GUI or CLI tool rather than a programmable library
Facets
library · maturity stable
serialization parser csv files developer-tools dotnet cross-platform csv net-standard rfc4180 excel-compatible nuget data-engineering
2 sources
- readme: https://github.com/JoshClose/CsvHelper · fetched 2026-08-28 · a63720bfe14b
- homepage: http://joshclose.github.io/CsvHelper/ · fetched 2026-08-29 · fb7314bda923
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JoshClose/CsvHelper | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="JoshClose/CsvHelper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem