Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IDataReader implementation #2

Open
VitaliyMF opened this issue Dec 1, 2018 · 0 comments
Open

Add IDataReader implementation #2

VitaliyMF opened this issue Dec 1, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@VitaliyMF
Copy link
Contributor

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.

@VitaliyMF VitaliyMF added the enhancement New feature or request label Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant