Found 31 packages
An easy to use and high-performance library for CSV parsing.
Simple CsvParser which can parse strings or files. Understands quoted and unquoted values.
A simple CSV parser based on Microsoft.VisualBasic.FileIO.TextFieldParser.
CsvParser is a .NET library that makes it easy to work with comma-separated-value (CSV) files (as well as files with other delimiters). Includes basic classes to easily read and write CSV data, and also higher-level classes that automatically map class properties to CSV columns. The library correctly handles column values that contain embedded commas, quotes, other special characters, and even column values that span multiple lines. CsvParser is very efficient. The object mapping classes runs up to four times faster than the popular CsvHelper library. The CsvSettings class can be used to customize the library's behavior, including setting the column delimiter to another character (like to a tab, for example), change the quote character, customize how blank lines are handled, etc.
CSV-Dateien einlesen und schreiben.
CSV file parser. Convert csv files into objects.
This library is a simple CSV file parser. It uses attributes on classes that define which of the properties are used as CSV file columns.
World's Smallest CSV Parser. A low-level parser for CSV / RFC 4180 files.
A library for parsing CSV files efficiently and easily.
CSV Praser
A Parser for CSV with support for uncommon line separators (e.g. Unicode) and instantiation of read-only objects and working nullable handling.
A very simple, easy-to-use library to serialize and deserialize CSV data from most primitive data types. If problems occur, please open an issue on GitHub. Icon made by Freepik (https://www.freepik.com)
Provides CsvParser and serialization for SharpLearning.
An library that parses CSV files from the input stream to objects
CSV line parser to C# objects.
Csv Reader/Writer for ASP.NET CORE
CsvParser.Core
Library for CSV parsing and writing.
A small CSV parser / reader / viewer with async support
A tool for parsing csv files. Provides an easy way for extracting data from a specific file in different modes. It currently supports line by line extracting data mode and in-memory file processing.