Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshclose/csvhelper
Library to help reading and writing CSV files
https://github.com/joshclose/csvhelper
hacktoberfest
Last synced: 29 days ago
JSON representation
Library to help reading and writing CSV files
- Host: GitHub
- URL: https://github.com/joshclose/csvhelper
- Owner: JoshClose
- License: other
- Created: 2009-12-30T04:27:46.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T21:52:04.000Z (6 months ago)
- Last Synced: 2024-05-22T22:23:17.031Z (6 months ago)
- Topics: hacktoberfest
- Language: C#
- Homepage: http://joshclose.github.io/CsvHelper/
- Size: 53.2 MB
- Stars: 4,560
- Watchers: 132
- Forks: 1,038
- Open Issues: 291
-
Metadata Files:
- Readme: README.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# CsvHelper
[![Join the chat at https://gitter.im/CsvHelper/Lobby](https://badges.gitter.im/CsvHelper/Lobby.svg)](https://gitter.im/CsvHelper/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Backers on Open Collective](https://opencollective.com/csvhelper/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/csvhelper/sponsors/badge.svg)](#sponsors)
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
## Install
### Package Manager Console
```
PM> Install-Package CsvHelper
```### .NET CLI Console
```
> dotnet add package CsvHelper
```## Documentation
http://joshclose.github.io/CsvHelper/
### Building the Documentation
Run the `build-docs.cmd` file.
## License
Dual licensed
Microsoft Public License (MS-PL)
http://www.opensource.org/licenses/MS-PL
Apache License, Version 2.0
http://opensource.org/licenses/Apache-2.0
## Contributing
Want to contribute? Great! Here are a few guidelines.
1. 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.
2. 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.
3. 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.
4. Pull requests should have a single commit. If you have multiple commits, squash them into a single commit before requesting a pull.
5. 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.## Credits
### Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
### Sponsors
You can do a one time or recurring donations through [GitHub Sponsors](https://github.com/sponsors/JoshClose)
A huge thanks to the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss) for sponsoring CsvHelper!
Thanks to [Microsoft](https://github.com/microsoft) for being a sponsor!