61 packages tagged with “Delimited”
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Open Source library for automatic formatted file read/write operations www.filehelpers.net
Popular, easy to use library to read and write CSV and tab delimited files. Supports data fields containing commas and line breaks. Supports different character encodings, separator characters and date and number formats. Robust error handling lets you quickly fix problems in large input files.
A reader that provides fast, non-cached, forward-only access to CSV data. THIS PACKAGE IS NOT ENDORSED BY THE AUTHOR OF THE LIBRARY. The files in this package are otherwise exactly the same as LumenWorks.Framework.IO version 3.8.0 binaries downloadable from CodeProject and associated with the publication of the article (see project URL) on November 11, 2011. For support and issues, please contact the author.
World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (csv, tsv etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
A .NET library for reading and writing delimited CSV data.
The GenericParser is a robust C# implementation of a parser for delimited and fixed width format files. It provides a variety of features (ex. custom delimiters, text qualifiers, loading/saving configuration from XML, and many more), performant, and thoroughly tested.
A 1 to 1 port of TextFieldParser for .NET Standard.
Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed. Supports mapping directly between files and classes.
Csv (comma-separated values) Library (.NET Standard Library) A library for reading objects from CSV files and writing objects to CSV files.
CSV Export component for .NET
C# library for parsing and exporting tabular data in delimited format (e.g. CSV).
AnyCSV - Process ANY delimited string.
Toolbox for .NET projects
The core library for FluentFiles. FluentFiles is a library for reading and writing fixed-width or delimited text files.
A 1 to 1 port of TextFieldParser for .NET Core.
DSharp CSV Helper With this package you can write attributes above your class like: [CsvDelimiter("|")] and above fields: [CsvFormat("yyyyMMdd")] [CsvLength(8)] [CsvFormat("0.00")] [CsvIgnore] Afterwards you can write it: var writer = new CsvWriter<MyObject>(@"c:\export.csv"); //writer.Definition.WriteHeader = false; writer.Write(list);
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.
Fast, reliable and powerful CSV parser for .Net ported from the PapaParse JavaScript Library. This PCL has all the functionality of Papa Parse except for JSON to CSV parsing and asynchronous operations, which might be added in the Future.
Add data attributes to setting class methods to validate input, set default values etc
A library to import and export data from plain text files in a Linq compatible way
RecordParser is a expression tree based parser that helps you to write maintainable parsers with high-performance and zero allocations, thanks to Span type. It makes easier for developers to do parsing by automating non-relevant code, which allow you to focus on the essentials of mapping. Include readers and writers for variable-length and fixed-length records.
TxtCsvHelper is a modular and lightweight library to parse any delimited file or string. Supports custom class objects and dynamics. Used to return a set of objects or split lines by a delimiter.
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.
Class library for working with common data formats and files and mapping them to and from C# objects.
The core library for FluentFiles.*.Attributes packages.
Csv (comma-separated values) Library (.NET Framework Library) A library for reading objects from CSV files and writing objects to CSV files. (.NET Framework 4.5.2 or later)
An extension for the FluentFiles.Delimited package that enables attribute-based configuration.