Found 12 packages
A simple CSV parser based on Microsoft.VisualBasic.FileIO.TextFieldParser.
A 1 to 1 port of TextFieldParser for .NET Standard.
A 1 to 1 port of TextFieldParser for .NET Core.
Super fast, memory efficient parser
A library for reading and writing fixed-width field text files.
Parse BAI2 format files to C# classes, which can be used to process the data. The parser combines the continuation records(88) to the previous records and warps the data. In case of incorrect file format, an expection is returned with the incorrect warped record. Parser handles commas in text field preceded by non text content in continuation record(88) within Text for record code 16
Fielded Text Implementation (reader, writer, and meta creator/loader/saver). See http://www.fieldedtext.org for more information about Fielded Text.
Fluent and Attribute based parsing files and strings to and from types.
Provides a standard way to read Excel data and fixed width files.
Supports using any string as a field delimiter, or row delimiter, quoted fields, and the ability to handle Unicode.
Provides additional field converters for FluentFiles.
A lightweight library for Excel file import/export, and CSV file import(by https://github.com/22222/CsvTextFieldParser)