{"id":13431670,"url":"https://github.com/JoshClose/CsvHelper","last_synced_at":"2025-03-16T12:30:54.187Z","repository":{"id":769228,"uuid":"453037","full_name":"JoshClose/CsvHelper","owner":"JoshClose","description":"Library to help reading and writing CSV files","archived":false,"fork":false,"pushed_at":"2024-05-21T21:52:04.000Z","size":55817,"stargazers_count":4560,"open_issues_count":291,"forks_count":1038,"subscribers_count":132,"default_branch":"master","last_synced_at":"2024-05-22T22:23:17.031Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"http://joshclose.github.io/CsvHelper/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoshClose.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["JoshClose"],"open_collective":["csvhelper"]}},"created_at":"2009-12-30T04:27:46.000Z","updated_at":"2024-05-28T23:04:15.126Z","dependencies_parsed_at":"2024-03-17T04:39:01.034Z","dependency_job_id":"a839582b-724e-42b5-b8d5-b3e259672611","html_url":"https://github.com/JoshClose/CsvHelper","commit_stats":{"total_commits":1244,"total_committers":119,"mean_commits":"10.453781512605042","dds":0.2885852090032154,"last_synced_commit":"d0b6e3b851cb90cfda3b4352ca9e104301256740"},"previous_names":[],"tags_count":228,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshClose","download_url":"https://codeload.github.com/JoshClose/CsvHelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221346210,"owners_count":16802015,"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":["hacktoberfest"],"created_at":"2024-07-31T02:01:04.940Z","updated_at":"2024-10-27T10:32:01.365Z","avatar_url":"https://github.com/JoshClose.png","language":"C#","readme":"# CsvHelper\n\n[![Join the chat at https://gitter.im/CsvHelper/Lobby](https://badges.gitter.im/CsvHelper/Lobby.svg)](https://gitter.im/CsvHelper/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Backers on Open Collective](https://opencollective.com/csvhelper/backers/badge.svg)](#backers)\n[![Sponsors on Open Collective](https://opencollective.com/csvhelper/sponsors/badge.svg)](#sponsors) \n\u003ca href=\"https://www.nuget.org/packages/CsvHelper\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/CsvHelper.svg\" alt=\"NuGet Version\" /\u003e\u003c/a\u003e \n\u003ca href=\"https://www.nuget.org/packages/CsvHelper\"\u003e\u003cimg src=\"https://img.shields.io/nuget/dt/CsvHelper.svg\" alt=\"NuGet Download Count\" /\u003e\u003c/a\u003e\n\nA library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.\n\n## Install\n\n### Package Manager Console\n\n```\nPM\u003e Install-Package CsvHelper\n```\n\n### .NET CLI Console\n\n```\n\u003e dotnet add package CsvHelper\n```\n\n## Documentation\n\nhttp://joshclose.github.io/CsvHelper/\n\n### Building the Documentation\n\nRun the `build-docs.cmd` file.\n\n## License\n\nDual licensed\n\nMicrosoft Public License (MS-PL)\n\nhttp://www.opensource.org/licenses/MS-PL\n\nApache License, Version 2.0\n\nhttp://opensource.org/licenses/Apache-2.0\n\n## Contributing\n\nWant to contribute? Great! Here are a few guidelines.\n\n1. If you want to do a feature, post an issue about the feature first. Some features are intentionally left out, some features may already be in the works, or I may have some advice on how I think it should be done. I would feel bad if time was spent on some code that won't be used.\n2. If you want to do a bug fix, it might not be a bad idea to post about it too. I've had the same bug fixed by multiple people at the same time before.\n3. All code should have a unit test. If you make a feature, there should be significant tests around the feature. If you do a bug fix, there should be a test specific to that bug so it doesn't happen again.\n4. Pull requests should have a single commit. If you have multiple commits, squash them into a single commit before requesting a pull.\n5. Try and follow the code styling already in place. If you have ReSharper there is a dotsettings file included and things should automatically be formatted for you.\n\n## Credits\n\n### Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n\n\u003ca href=\"https://github.com/JoshClose/CsvHelper/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/csvhelper/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n### Sponsors\n\nYou can do a one time or recurring donations through [GitHub Sponsors](https://github.com/sponsors/JoshClose)\n\nA huge thanks to the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss) for sponsoring CsvHelper!\n\n\u003ca href=\"https://github.com/aws/dotnet-foss\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/JoshClose/CsvHelper/master/logo/aws.png\" /\u003e\u003c/a\u003e\n\nThanks to [Microsoft](https://github.com/microsoft) for being a sponsor!\n\n\u003ca href=\"https://github.com/microsoft\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/JoshClose/CsvHelper/master/logo/microsoft.png\" /\u003e\u003c/a\u003e\n","funding_links":["https://github.com/sponsors/JoshClose","https://opencollective.com/[\"csvhelper\"]"],"categories":["Frameworks, Libraries and Tools","C\\#","hacktoberfest","C#","C# #","Office \u0026 Reports","Libraries","框架, 库和工具","Misc","杂项","🗒️ Cheatsheets"],"sub_categories":["Serialization","CSV, Excel, Word, and PDF","序列化","GUI - other","📦 Libraries"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoshClose%2FCsvHelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJoshClose%2FCsvHelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoshClose%2FCsvHelper/lists"}