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

MarcosMeli/FileHelpers

The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams observed · 2026-08-28

github.com/MarcosMeli/FileHelpers · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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: 5133
  • days_rel: n/a
  • days_push: 1183
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1153 stars · 344 forks observed · 2026-08-28

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

FileHelpers is a free, MIT-licensed .NET library for reading and writing strongly typed records from fixed-length or delimited flat files, strings, and streams. Records are mapped via annotated C# classes, with support for converters, error handling, events, sorting of large files, and master-detail processing.

Use cases

  • parse csv files into strongly typed c# objects
  • read fixed length flat files like cobol output
  • write delimited or fixed-width text files from .NET objects
  • convert between file formats such as fixed length to csv
  • import flat file data into a data warehouse or etl pipeline
  • parse log files with a defined record layout
  • sort large flat files in .NET

When to choose

  • you are on .NET/.NET Standard and need typed, attribute-based mapping of flat file records
  • you need both delimited and fixed-length record support with converters and error handling
  • you want a mature, free library for flat file import/export without heavy dependencies

When to avoid

  • you need Excel/Access/SqlServer storage on .NET Core - those features are not ported to .NET Standard
  • you need dynamic runtime class building (ClassBuilder, SmartFormatDetector) on .NET Core
  • you need a general-purpose CSV library with non-.NET platforms

Facets

library · maturity maintenance

parser serialization csv file-system etl files developer-tools spreadsheets dotnet cross-platform windows flat-files fixed-length-records delimited-files record-mapping strongly-typed net-standard data-engineering linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
MarcosMeli/FileHelpersmain23

For agents

markdown · JSON · MCP: product_card(name="MarcosMeli/FileHelpers")

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