53 packages tagged with “datareader”
A .NET library for reading and writing delimited CSV data.
A .NET library of types for working with data objects.
A cross-platform .NET library for reading Excel data files.
Optimized data reader which contains performance improvements when dealing with datasets which contain a large number of rows.
Simple C# SqlDataReader object mapper. Allows you to map a SqlDataReader to the particular objects. Supports simple property mapping, property name transformations, string trimming, manual property binding by name, type changing, function binding, etc.
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.
Adds AsDataReader() & AsDataReaderOfObjects() to IEnumerable<T>, enabling IEnumerable<T> to be accessed as an IDataReader. Useful for loading data from a List<T>, LINQ expression or CSV parser into a database using SqlBulkCopy.
Moq extension to mock DbDataReader with a list
Extension methods for the ADO.NET IDataRecord class.
Stream reading over SqlDataReader
Implementation of IDataReader interface for regular expressions.\nUse to parse a file line by line by regex.\nCan be used with SqlBulkCopy.
Library for auto mapping datareader to class.
Use AutoMapper to Map an IDataReader to an object
Blazing fast DataReader to POCO mapping.
Contracts and implementations for working with data readers and collections as well as providing means of conversion between them.
The missing component for AutoMapper version 4.2.1 that allows to Map IDataReader to IEnumerable
This is a rapid and tiny tool to generate a DataReader for a collection of objects. Attributes make a collection to sql table parameter mapping.
A convention object to object or DataReader to object mapper in .NET.
-easy reading an writing data -supported formats: Csv, Fixed, Sql, Xml, Excel, Access, ADO (Oracle SqlServer, PostGre,...) -supports streaming an pipelining
ADO.NET IDataReader and IDataRecord decorator classes.
Squickl is a .NET library that simplifies access to SQL data sources when you don't want or need an ORM.
Contracts and implementations for working with CSV data readers and writers.
Simple .NET database layer for Sqlite based on System.Data intended for mainly read-only data access i.e. for reporting purposes or similar read-only data access
Data Helper Package
PocketCsvReader.Ndjson is a lightweight library that extends PocketCsvReader to parse NDJSON (Newline Delimited JSON) files. Its main function is to read each JSON object line by line and expose the data through an IDataReader, mapping JSON properties to fields based on the object structure and an optional schema. It is designed for high performance and simplicity when processing large streams of structured JSON data.
Extention methods for IDbDataRecord
DataReader adapter
Provides a standard way to read Excel data and fixed width files.