Skip to content

Add IDataReader implementation #2

@VitaliyMF

Description

@VitaliyMF

In some cases it might be useful to read CSV stream as System.Data IDataReader.
This unlocks simple way to read CSV to DataTable or to list of POCO-models - say, this is possible with DataReaderResult class from NReco.Data library.

In the initial implementation, lets expose all CSV line fields as 'string' FieldType, and add option to skip first (headers) line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions