{"id":13570220,"url":"https://github.com/MarcosMeli/FileHelpers","last_synced_at":"2025-04-04T06:32:11.082Z","repository":{"id":4270934,"uuid":"5398747","full_name":"MarcosMeli/FileHelpers","owner":"MarcosMeli","description":"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","archived":false,"fork":false,"pushed_at":"2023-06-07T23:40:59.000Z","size":46855,"stargazers_count":1146,"open_issues_count":122,"forks_count":349,"subscribers_count":86,"default_branch":"master","last_synced_at":"2025-04-01T01:39:27.535Z","etag":null,"topics":["c-sharp","csv","csv-files","csv-parser","csv-reader","dotnet","flat-file"],"latest_commit_sha":null,"homepage":"https://www.filehelpers.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcosMeli.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-08-13T12:37:34.000Z","updated_at":"2025-03-27T01:11:49.000Z","dependencies_parsed_at":"2023-07-05T17:15:28.188Z","dependency_job_id":null,"html_url":"https://github.com/MarcosMeli/FileHelpers","commit_stats":{"total_commits":1727,"total_committers":63,"mean_commits":27.41269841269841,"dds":"0.32889403590040533","last_synced_commit":"ecc07e9e7942394f987af0cafd1ef6ca10a5ffe2"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcosMeli%2FFileHelpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcosMeli%2FFileHelpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcosMeli%2FFileHelpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcosMeli%2FFileHelpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcosMeli","download_url":"https://codeload.github.com/MarcosMeli/FileHelpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247134869,"owners_count":20889409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","csv","csv-files","csv-parser","csv-reader","dotnet","flat-file"],"created_at":"2024-08-01T14:00:49.809Z","updated_at":"2025-04-04T06:32:06.072Z","avatar_url":"https://github.com/MarcosMeli.png","language":"C#","funding_links":[],"categories":["C#","C\\#","Serialization","序列化","C# #"],"sub_categories":[],"readme":"# FileHelpers\n\n\u003ca href=\"https://www.filehelpers.net\"\u003e\u003cimg src=\"http://www.filehelpers.net/images/homepage.jpg\"  /\u003e\u003c/a\u003e\n\nwww.filehelpers.net\n\n[![GitHub license](https://img.shields.io/github/license/MarcosMeli/FileHelpers.svg)](https://github.com/MarcosMeli/FileHelpers#license)\n[![NuGet](https://img.shields.io/nuget/vpre/FileHelpers.svg)](https://www.nuget.org/packages/FileHelpers/) [![NuGet](https://img.shields.io/nuget/dt/FileHelpers.svg)](https://www.nuget.org/packages/FileHelpers/)\n\n  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.\n\n### Current support for .NET Standard / .NET Core\n\nSupport for .NET Core is available through .NET Standard.\nSince version 3.3.0 **support** for **.NET Standard 2.0** is available!\nThere is a FileHelpers dll targeting .NET Standard 2.0 in the FileHelpers NuGet package.\n\nThe **.NET Standard FileHelpers** dll is a **subset** of the **.NET Framework FileHelpers** dll.\nThe .NET Standard FileHelpers dll contains:\n* FileHelperEngine\n* MasterDetailEngine\n* Attributes\n* Converters\n* Events\n* ErrorManager\n* Sorting of big files\n\nThe .NET Standard FileHelpers dll currently does **not** contain the following features:\n* Dynamic: ClassBuilder and CsvClassBuilder. ClassBuilder is difficult to maintain and a rewrite in\n  .NET Core / Standard as is, would require to reference three NuGet packages. There must be better\n  ways to write record structures at runtime.\n* SmartFormatDetector: depends on ClassBuilder (Dynamic).\n* DataLink: code was very old and seemed not worth maintaining.\n\nWe do not have any plans to port the FileHelpers.ExcelNPOIStorage nor FileHelpers.ExcelStorage to .NET Core or .NET Standard.\n\n### Continuous Integration\n\nAppVeyor [![Build status](https://ci.appveyor.com/api/projects/status/pi6ipa7wd4vqws35/branch/master?svg=true)](https://ci.appveyor.com/project/MarcosMeli/filehelpers/branch/master)\n\n### Prerelease NuGet Packages\n\nNuGet feed\n\n    https://ci.appveyor.com/nuget/filehelpers\n\n[Manual download](https://ci.appveyor.com/project/marcosmeli/filehelpers/build/artifacts)\n\n### License\n\n The FileHelpers are released under the **MIT License**.\n FileHelpers Library source and binaries are **completely free for commercial and non commercial use**.\n\n### Sponsors\n\n We have the awesome .NET tools from [JetBrains](http://www.jetbrains.com/).\n\n[![Resharper](https://www.filehelpers.net/images/tools_resharper.gif)](http://www.jetbrains.com/resharper/)\n[![dotCover](https://www.filehelpers.net//images/tools_dotcover.gif)](http://www.jetbrains.com/dotcover/)\n[![dotTrace](https://www.filehelpers.net//images/tools_dottrace.gif)](http://www.jetbrains.com/dottrace/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarcosMeli%2FFileHelpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarcosMeli%2FFileHelpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarcosMeli%2FFileHelpers/lists"}