All Projects → JoshClose → Csvhelper

JoshClose / Csvhelper

Licence: other
Library to help reading and writing CSV files

Programming Languages

C#
18002 projects
CSS
56736 projects
HTML
75241 projects
powershell
5483 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Csvhelper

Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (-91.25%)
Mutual labels:  hacktoberfest
Pydev
Python IDE for Eclipse
Stars: ✭ 306 (-91.22%)
Mutual labels:  hacktoberfest
Spidermon
Scrapy Extension for monitoring spiders execution.
Stars: ✭ 309 (-91.13%)
Mutual labels:  hacktoberfest
Curriculum
The open curriculum for learning web development
Stars: ✭ 4,240 (+21.7%)
Mutual labels:  hacktoberfest
Airform
Functional HTML forms for Front-End Developers.
Stars: ✭ 307 (-91.19%)
Mutual labels:  hacktoberfest
Prism
Gett's Design System code generator. Use Zeplin Styleguides as your R&D's Single Source of Truth.
Stars: ✭ 308 (-91.16%)
Mutual labels:  hacktoberfest
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (-91.3%)
Mutual labels:  hacktoberfest
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (-1.61%)
Mutual labels:  hacktoberfest
Posh Git Sh
Bash/ZSH version of the posh-git command prompt
Stars: ✭ 307 (-91.19%)
Mutual labels:  hacktoberfest
Start here
This repo outlines how to get started contributing to Operation Code, each of our projects, the language they are written in, and their purpose.
Stars: ✭ 307 (-91.19%)
Mutual labels:  hacktoberfest
Cordova Android
Apache Cordova Android
Stars: ✭ 3,285 (-5.71%)
Mutual labels:  hacktoberfest
Por Onde Comecar
União de materiais totalmente gratuitos para ajudar quem desejar entrar em alguma área, aprender uma nova tecnologia ou aprimorar suas skills.
Stars: ✭ 307 (-91.19%)
Mutual labels:  hacktoberfest
Wesbos
Stars: ✭ 308 (-91.16%)
Mutual labels:  hacktoberfest
Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (-4.54%)
Mutual labels:  hacktoberfest
Persistence
The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
Stars: ✭ 3,481 (-0.09%)
Mutual labels:  hacktoberfest
Wipe Modules
🗑️ Easily remove the node_modules folder of non-active projects
Stars: ✭ 304 (-91.27%)
Mutual labels:  hacktoberfest
Canvasapi
Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
Stars: ✭ 306 (-91.22%)
Mutual labels:  hacktoberfest
Awesome Minimalist
A curated list of awesome minimalist frameworks (simple and lightweight).
Stars: ✭ 3,189 (-8.47%)
Mutual labels:  hacktoberfest
Archiver
Easily create & extract archives, and compress & decompress files of various formats
Stars: ✭ 3,373 (-3.19%)
Mutual labels:  hacktoberfest
Airbash
A POSIX-compliant, fully automated WPA PSK PMKID and handshake capture script aimed at penetration testing
Stars: ✭ 308 (-91.16%)
Mutual labels:  hacktoberfest

CsvHelper

Join the chat at https://gitter.im/CsvHelper/Lobby Backers on Open Collective Sponsors on Open Collective

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

  1. Install node.js.
  2. Go into the CsvHelper/docs-src folder.
  3. Run npm start to start a local test site. Make any changes needed.
  4. Run npm run build to build the documentation files that are output to CsvHelper/docs.

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].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].