Top 20 NuGet csv Packages

- Standardized format following RFC 4180 specification - Unix and Windows compatible - Unicode and escaped characters support - Serialization / deserialization to any .NET class
C# library for interacting with the CSV file format per RFC 4180
ActionResult for generating downloadable csv-files using CsvHelper
This MSBuild task generates documentation for Events in a ETW EventSource class. This can combine event method comments like summary and resolution to helps Operations take action on the events. /// <summary> /// The request processing error during processing. /// </summary> ...
Провайдер, позволяющий выполнять запросы к CSV-файлам так, как если бы они были обычной базой данных. Поддерживается синтаксис SQL-запросов в стиле MySQL. Поддерживаемые ключевые конструкции: - SELECT - FROM/INNER JOIN/LEFT JOIN/RIGHT JOIN - WHERE - GROUP BY - HAVING - ORDER BY - LIMIT - агрегационн...
Description
A set of media type formatters.
Work with Csv. Read and Write from DataTable. Write one row as CSV row. CsvFileReaderParallel. Read csv datatable from text.
This is a Csv Reader and Writer Lib for .NET4.
This is a simple library to read and write CSV files. Simple means it doesn't have fancy mapping to DTOs or anything like that. It's main purpose is to read CSV to dictionaries or write dictionaries to CSV. But to do it correctly (i.e. not messing up when it encounters line breaks).
`CharpVitamins.Tabulation` provides helpers to create tabular data with little fuss i.e. Tab or comma separated values (`CsvDefinition`), or padded columns of plain text (via `PlainTextTable`).
Lightweight CSV files utilities - RFC 4180. DataTable to CSV. Object to CSV.
An ultra-simple CSV serializer
My package description.
Soarus Parser for CSV feed files.
Efficient way to move generic lists in and out of CSV files.
Adds file support for TestData.Interface. Source is here - https://github.com/worldspawn/test-data
A library that makes it easy to import csv files data
A simple .NET Library for CSV-File access.
Customizable null values, text qualifiers and field delimiters. Fields are read as strings and types have to be handled by the programmer. Allows for variable column counts throughout the stream, both while reading and writing.