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

Write/Read rows from IDataReader #209

Open
mikeTWC1984 opened this issue Jul 13, 2021 · 0 comments
Open

Write/Read rows from IDataReader #209

mikeTWC1984 opened this issue Jul 13, 2021 · 0 comments

Comments

@mikeTWC1984
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant