davedelong/CHCSVParser
A proper CSV parser for Objective-C observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 5876
- days_rel: n/a
- days_push: 786
- n_releases_24m: 0
Adoption not part of the score
1272 stars · 250 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CHCSVParser is an Objective-C library for parsing and writing CSV (and other single-character-delimited) files on macOS and iOS. It offers an NSXMLParser-style delegate API for reading and a CHCSVWriter for generating properly escaped output.
Use cases
- parse csv files in an ios app
- read csv data from a url or string in objective-c
- write properly escaped csv files on macos
- parse tab-separated tsv files
- handle quoted and escaped csv fields
When to choose
- you need a battle-tested CSV parser for Objective-C or Swift iOS/macOS projects
- you need configurable delimiters, comment handling, or backslash escapes
- you want both parsing and writing in one lightweight dependency
When to avoid
- you are not targeting Apple platforms
- you need multi-character delimiters or streaming big-data performance
- you prefer a modern Swift-native CSV library
Facets
library · maturity maintenance
parser serialization files developer-tools parsers cpp csv objective-c tsv delimited-data cocoa macos ios
1 source
- readme: https://github.com/davedelong/CHCSVParser · fetched 2026-08-28 · 20651d52d3ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| davedelong/CHCSVParser | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="davedelong/CHCSVParser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem