Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seddryck/pocketcsvreader
PocketCsvReader is a lightweight library dedicated to the parsing of delimited flat file such as CSV or TSV files. The main function is to read the content of the file and load it into a DataTable.
https://github.com/seddryck/pocketcsvreader
Last synced: 4 days ago
JSON representation
PocketCsvReader is a lightweight library dedicated to the parsing of delimited flat file such as CSV or TSV files. The main function is to read the content of the file and load it into a DataTable.
- Host: GitHub
- URL: https://github.com/seddryck/pocketcsvreader
- Owner: Seddryck
- License: apache-2.0
- Created: 2019-01-07T23:20:09.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:23:48.000Z (8 days ago)
- Last Synced: 2024-11-06T16:31:40.692Z (8 days ago)
- Language: C#
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# PocketCsvReader
![Logo](https://github.com/Seddryck/PocketCsvReader/raw/main/pocket-csv-reader.png)
PocketCsvReader is an efficient, lightweight library designed for parsing delimited flat files, such as CSV and TSV. Prioritizing simplicity and performance, it facilitates seamless reading and loading of file contents into a DataTable, Array of strings or through an IDataReader. Perfect for projects needing quick data ingestion with minimal configuration, PocketCsvReader is your reliable tool for managing structured flat-file data with ease.
[About][] | [Releases][] | [License][]
[About]: #about (About)
[Releases]: #releases (Releases)
[License]: #license (License)## About
**Social media:** [![website](https://img.shields.io/badge/website-seddryck.github.io/PocketCsvReader-fe762d.svg)](https://seddryck.github.io/PocketCsvReader)
[![twitter badge](https://img.shields.io/badge/twitter%[email protected]?style=flat&logo=twitter)](https://twitter.com/Seddryck)**Releases:** [![GitHub releases](https://img.shields.io/github/v/release/seddryck/PocketCsvReader?label=GitHub%20releases)](https://github.com/seddryck/PocketCsvReader/releases/latest)
[![nuget](https://img.shields.io/nuget/v/PocketCsvReader.svg)](https://www.nuget.org/packages/PocketCsvReader/) [![GitHub Release Date](https://img.shields.io/github/release-date/seddryck/PocketCsvReader.svg)](https://github.com/Seddryck/PocketCsvReader/releases/latest) [![licence badge](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/Seddryck/PocketCsvReader/blob/master/LICENSE)**Dev. activity:** [![GitHub last commit](https://img.shields.io/github/last-commit/Seddryck/PocketCsvReader.svg)](https://github.com/Seddryck/PocketCsvReader/commits)
![Still maintained](https://img.shields.io/maintenance/yes/2024.svg)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Seddryck/PocketCsvReader)**Continuous integration builds:** [![Build status](https://ci.appveyor.com/api/projects/status/t3d6qtln4hcjyrkl?svg=true)](https://ci.appveyor.com/project/Seddryck/PocketCsvReader/)
[![Tests](https://img.shields.io/appveyor/tests/seddryck/PocketCsvReader.svg)](https://ci.appveyor.com/project/Seddryck/PocketCsvReader/build/tests)
[![CodeFactor](https://www.codefactor.io/repository/github/seddryck/PocketCsvReader/badge)](https://www.codefactor.io/repository/github/seddryck/PocketCsvReader)
[![codecov](https://codecov.io/github/Seddryck/PocketCsvReader/branch/main/graph/badge.svg?token=PCRL1Y6JVR)](https://codecov.io/github/Seddryck/PocketCsvReader)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSeddryck%2FPocketCsvReader.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FSeddryck%2FPocketCsvReader?ref=badge_shield)**Status:** [![stars badge](https://img.shields.io/github/stars/Seddryck/PocketCsvReader.svg)](https://github.com/Seddryck/PocketCsvReader/stargazers)
[![Bugs badge](https://img.shields.io/github/issues/Seddryck/PocketCsvReader/bug.svg?color=red&label=Bugs)](https://github.com/Seddryck/PocketCsvReader/issues?utf8=%E2%9C%93&q=is:issue+is:open+label:bug+)
[![Top language](https://img.shields.io/github/languages/top/seddryck/PocketCsvReader.svg)](https://github.com/Seddryck/PocketCsvReader/search?l=C%23)## Releases
Binaries for the different releases are hosted on [NuGet](https://www.nuget.org/packages/?q=PocketCsvReader) [GitHub](https://github.com/Seddryck/PocketCsvReader/releases).
## License
PocketCsvReader is available on the terms of Apache 2.0.
## Bugs, issues and requests for new features
The list of bugs and feature's requests is hosted on [GitHub](https://github.com/Seddryck/PocketCsvReader/issues).
## Continuous Integration
A continuous integration service is available on [AppVeyor](https://ci.appveyor.com/project/Seddryck/pocketcsvreader/).
## Code
PocketCsvReader is using **Git** as DCVS and the code is hosted on [Github](https://github.com/Seddryck/PocketCsvReader).
## Tracking
This OSS project is tracked by [Ohloh](http://www.ohloh.net/p/pocketcsvreader)
[![Project Stats](https://www.ohloh.net/p/pocketcsvreader/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/pocketcsvreader)