Skip to content

Write/Read rows from IDataReader #209

@mikeTWC1984

Description

@mikeTWC1984

I was looking to import data from database and save it to parquet. The RowWriter is a good option, but it gets very complicated to deal with generics if you don't know data schema ahead of time (e.g. for "select *"), or if you have too many columns. To get data schema from DataReader is very simple, so probably won't be hard to implement

So looking for some helper method like WriteFromReader(IDataReader reader, WriterProperties props)
And something similar for reading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions